Skip to content

Commit a63037e

Browse files
committed
docs: update website hostname
1 parent c082693 commit a63037e

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

.github/workflows/issue-labeled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
actions: 'create-comment'
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
body: |
30-
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.
30+
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.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Status: Release Candidate
1111

1212
## Documentation
1313

14-
https://v2.vuepress.vuejs.org
14+
https://vuepress.vuejs.org
1515

16-
For users from VuePress v1, please check out the [migration guide](https://v2.vuepress.vuejs.org/guide/migration.html).
16+
For users from VuePress v1, please check out the [migration guide](https://vuepress.vuejs.org/guide/migration.html).
1717

1818
## Contribution
1919

packages/bundler-vite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Documentation
77

8-
https://v2.vuepress.vuejs.org
8+
https://vuepress.vuejs.org
99

1010
## License
1111

packages/bundler-webpack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Documentation
77

8-
https://v2.vuepress.vuejs.org
8+
https://vuepress.vuejs.org
99

1010
## License
1111

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Documentation
77

8-
https://v2.vuepress.vuejs.org
8+
https://vuepress.vuejs.org
99

1010
## License
1111

packages/cli/src/config/resolveAppConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const resolveAppConfig = ({
3434

3535
if (appConfig.bundler === undefined || appConfig.theme === undefined) {
3636
logger.error(
37-
`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')}`,
37+
`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')}`,
3838
)
3939
return null
4040
}

packages/client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Documentation
77

8-
https://v2.vuepress.vuejs.org
8+
https://vuepress.vuejs.org
99

1010
## License
1111

packages/client/src/setupDevtools.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export const setupDevtools = (app: App, clientData: ClientData): void => {
2323
id: PLUGIN_ID,
2424
label: PLUGIN_LABEL,
2525
packageName: '@vuepress/client',
26-
homepage: 'https://v2.vuepress.vuejs.org',
27-
logo: 'https://v2.vuepress.vuejs.org/images/hero.png',
26+
homepage: 'https://vuepress.vuejs.org',
27+
logo: 'https://vuepress.vuejs.org/images/hero.png',
2828
componentStateTypes: [PLUGIN_COMPONENT_STATE_TYPE],
2929
},
3030
(api) => {

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Documentation
77

8-
https://v2.vuepress.vuejs.org
8+
https://vuepress.vuejs.org
99

1010
## License
1111

packages/markdown/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Documentation
77

8-
https://v2.vuepress.vuejs.org
8+
https://vuepress.vuejs.org
99

1010
## License
1111

0 commit comments

Comments
 (0)