diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index cfc0d3ed..9fb3a251 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -47,8 +47,8 @@ function nav() { { text: 'Guide', link: '/guide/what-is-vitepress', activeMatch: '/guide/' }, { text: 'Configs', link: '/config/introduction', activeMatch: '/config/' }, { - text: 'Release Notes', - link: 'https://github.com/vuejs/vitepress/releases' + text: 'Changelog', + link: 'https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md' } ] }