diff --git a/.github/workflows/issue-labeled.yml b/.github/workflows/issue-labeled.yml index e38c9047a3..227d67600c 100644 --- a/.github/workflows/issue-labeled.yml +++ b/.github/workflows/issue-labeled.yml @@ -27,4 +27,4 @@ jobs: actions: 'create-comment' token: ${{ secrets.GITHUB_TOKEN }} body: | - Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository or [v2.vuepress.vuejs.org/new](https://v2.vuepress.vuejs.org/new). Issues marked with `need reproduction` will be closed if they have no activity within 7 days. + Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository or [vuepress.vuejs.org/new](https://vuepress.vuejs.org/new). Issues marked with `need reproduction` will be closed if they have no activity within 7 days. diff --git a/README.md b/README.md index 3f28db6337..93da6ee6e7 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ Status: Release Candidate ## Documentation -https://v2.vuepress.vuejs.org +https://vuepress.vuejs.org -For users from VuePress v1, please check out the [migration guide](https://v2.vuepress.vuejs.org/guide/migration.html). +For users from VuePress v1, please check out the [migration guide](https://vuepress.vuejs.org/guide/migration.html). ## Contribution diff --git a/packages/bundler-vite/README.md b/packages/bundler-vite/README.md index ff05a35005..1475dc23be 100644 --- a/packages/bundler-vite/README.md +++ b/packages/bundler-vite/README.md @@ -5,7 +5,7 @@ ## Documentation -https://v2.vuepress.vuejs.org +https://vuepress.vuejs.org ## License diff --git a/packages/bundler-webpack/README.md b/packages/bundler-webpack/README.md index e976d8854c..e00c305437 100644 --- a/packages/bundler-webpack/README.md +++ b/packages/bundler-webpack/README.md @@ -5,7 +5,7 @@ ## Documentation -https://v2.vuepress.vuejs.org +https://vuepress.vuejs.org ## License diff --git a/packages/cli/README.md b/packages/cli/README.md index 283d986721..486f5106a1 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -5,7 +5,7 @@ ## Documentation -https://v2.vuepress.vuejs.org +https://vuepress.vuejs.org ## License diff --git a/packages/cli/src/config/resolveAppConfig.ts b/packages/cli/src/config/resolveAppConfig.ts index 0c8263cbdb..f949b92c69 100644 --- a/packages/cli/src/config/resolveAppConfig.ts +++ b/packages/cli/src/config/resolveAppConfig.ts @@ -34,7 +34,7 @@ export const resolveAppConfig = ({ if (appConfig.bundler === undefined || appConfig.theme === undefined) { logger.error( - `The ${colors.magenta('bundler')} or ${colors.magenta('theme')} option is missing. For more details: ${colors.green('https://v2.vuepress.vuejs.org/guide/troubleshooting.html#the-bundler-theme-option-is-missing')}`, + `The ${colors.magenta('bundler')} or ${colors.magenta('theme')} option is missing. For more details: ${colors.green('https://vuepress.vuejs.org/guide/troubleshooting.html#the-bundler-theme-option-is-missing')}`, ) return null } diff --git a/packages/client/README.md b/packages/client/README.md index 943a1355f0..d4e84ce3cd 100644 --- a/packages/client/README.md +++ b/packages/client/README.md @@ -5,7 +5,7 @@ ## Documentation -https://v2.vuepress.vuejs.org +https://vuepress.vuejs.org ## License diff --git a/packages/client/src/setupDevtools.ts b/packages/client/src/setupDevtools.ts index a22a731140..31a8df9f49 100644 --- a/packages/client/src/setupDevtools.ts +++ b/packages/client/src/setupDevtools.ts @@ -23,8 +23,8 @@ export const setupDevtools = (app: App, clientData: ClientData): void => { id: PLUGIN_ID, label: PLUGIN_LABEL, packageName: '@vuepress/client', - homepage: 'https://v2.vuepress.vuejs.org', - logo: 'https://v2.vuepress.vuejs.org/images/hero.png', + homepage: 'https://vuepress.vuejs.org', + logo: 'https://vuepress.vuejs.org/images/hero.png', componentStateTypes: [PLUGIN_COMPONENT_STATE_TYPE], }, (api) => { diff --git a/packages/core/README.md b/packages/core/README.md index f3eb25344c..d12e9807c3 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -5,7 +5,7 @@ ## Documentation -https://v2.vuepress.vuejs.org +https://vuepress.vuejs.org ## License diff --git a/packages/markdown/README.md b/packages/markdown/README.md index afc3edb102..44c6b3cd66 100644 --- a/packages/markdown/README.md +++ b/packages/markdown/README.md @@ -5,7 +5,7 @@ ## Documentation -https://v2.vuepress.vuejs.org +https://vuepress.vuejs.org ## License diff --git a/packages/markdown/src/markdown.ts b/packages/markdown/src/markdown.ts index 612667d373..f0ad6724e3 100644 --- a/packages/markdown/src/markdown.ts +++ b/packages/markdown/src/markdown.ts @@ -87,7 +87,7 @@ export const createMarkdown = ({ // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition -- deprecation warning if (code) { logger.warn( - `\`markdown.code\` option has been removed, please use '@vuepress/plugin-shiki' or '@vuepress/plugin-prismjs' instead.\n See https://v2.vuepress.vuejs.org/reference/config.html#markdown-code`, + `\`markdown.code\` option has been removed, please use '@vuepress/plugin-shiki' or '@vuepress/plugin-prismjs' instead.\n See https://vuepress.vuejs.org/reference/config.html#markdown-code`, ) } diff --git a/packages/shared/README.md b/packages/shared/README.md index de07b598da..c74307aeba 100644 --- a/packages/shared/README.md +++ b/packages/shared/README.md @@ -5,7 +5,7 @@ ## Documentation -https://v2.vuepress.vuejs.org +https://vuepress.vuejs.org ## License diff --git a/packages/utils/README.md b/packages/utils/README.md index c3812e9e6c..3f858c88c5 100644 --- a/packages/utils/README.md +++ b/packages/utils/README.md @@ -5,7 +5,7 @@ ## Documentation -https://v2.vuepress.vuejs.org +https://vuepress.vuejs.org ## License diff --git a/packages/vuepress/README.md b/packages/vuepress/README.md index 338360b1ce..11f385a0d0 100644 --- a/packages/vuepress/README.md +++ b/packages/vuepress/README.md @@ -5,7 +5,7 @@ ## Documentation -https://v2.vuepress.vuejs.org +https://vuepress.vuejs.org ## License