Skip to content

Commit

Permalink
docs: update website hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Aug 31, 2024
1 parent c082693 commit a63037e
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Documentation

https://v2.vuepress.vuejs.org
https://vuepress.vuejs.org

## License

Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-webpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Documentation

https://v2.vuepress.vuejs.org
https://vuepress.vuejs.org

## License

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Documentation

https://v2.vuepress.vuejs.org
https://vuepress.vuejs.org

## License

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/config/resolveAppConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Documentation

https://v2.vuepress.vuejs.org
https://vuepress.vuejs.org

## License

Expand Down
4 changes: 2 additions & 2 deletions packages/client/src/setupDevtools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Documentation

https://v2.vuepress.vuejs.org
https://vuepress.vuejs.org

## License

Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Documentation

https://v2.vuepress.vuejs.org
https://vuepress.vuejs.org

## License

Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/src/markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
)
}

Expand Down
2 changes: 1 addition & 1 deletion packages/shared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Documentation

https://v2.vuepress.vuejs.org
https://vuepress.vuejs.org

## License

Expand Down
2 changes: 1 addition & 1 deletion packages/utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Documentation

https://v2.vuepress.vuejs.org
https://vuepress.vuejs.org

## License

Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Documentation

https://v2.vuepress.vuejs.org
https://vuepress.vuejs.org

## License

Expand Down

0 comments on commit a63037e

Please sign in to comment.