diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 2c8fd71d0..aa49c9dbc 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,4 +6,4 @@ http://vant-contrib.gitee.io/vant-issue-generater Please use the link below to create a new issue, the non-standard issue will be closed. -https://youzan.github.io/vant-issue-generater +https://vant-ui.github.io/vant-issue-generater diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 2e0e91cc6..5a0eb4cfd 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -20,6 +20,6 @@ jobs: with: tag_name: ${{ github.ref }} body: | - 更新内容参见 [CHANGELOG](https://youzan.github.io/vant/#/zh-CN/changelog)。 + 更新内容参见 [CHANGELOG](https://vant-ui.github.io/vant/#/zh-CN/changelog)。 - Please refer to [CHANGELOG](https://youzan.github.io/vant/#/en-US/changelog) for details. + Please refer to [CHANGELOG](https://vant-ui.github.io/vant/#/en-US/changelog) for details. diff --git a/README.md b/README.md index b709227e5..f8542cdf6 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ import 'vant/lib/index.css'; Vue.use(Button); ``` -See more in [Quickstart](https://youzan.github.io/vant#/en-US/quickstart). +See more in [Quickstart](https://vant-ui.github.io/vant#/en-US/quickstart). ## Contribution @@ -97,8 +97,8 @@ Vant 3 supports modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3). ## Links -- [Documentation](https://youzan.github.io/vant) -- [Changelog](https://youzan.github.io/vant#/en-US/changelog) +- [Documentation](https://vant-ui.github.io/vant) +- [Changelog](https://vant-ui.github.io/vant#/en-US/changelog) - [Gitter](https://gitter.im/vant-contrib/discuss?utm_source=share-link&utm_medium=link&utm_campaign=share-link) ## Preview diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 71addcd4e..bdd7c733a 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -2,7 +2,7 @@ ### Tips -The current document is the changelog of Vant 2. If you want to view the changelog of Vant 3, please visit [Vant 3 Changelog](https://youzan.github.io/vant/next/#/en-US/changelog). +The current document is the changelog of Vant 2. If you want to view the changelog of Vant 3, please visit [Vant 3 Changelog](https://vant-ui.github.io/vant/next/#/en-US/changelog). ### Intro diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 4766b0eba..9909b7e57 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -2,7 +2,7 @@ ### 提示 -当前文档为 Vant 2 的更新日志,如需查询 Vant 3 的更新内容,请访问 [Vant 3 更新日志](https://youzan.github.io/vant/v3/#/zh-CN/changelog)。 +当前文档为 Vant 2 的更新日志,如需查询 Vant 3 的更新内容,请访问 [Vant 3 更新日志](https://vant-ui.github.io/vant/v3/#/zh-CN/changelog)。 ### 介绍 diff --git a/packages/vant-cli/docs/config.md b/packages/vant-cli/docs/config.md index 87fbea3ee..cdd55a87c 100644 --- a/packages/vant-cli/docs/config.md +++ b/packages/vant-cli/docs/config.md @@ -189,7 +189,7 @@ module.exports = { versions: [ { label: 'v1', - link: 'https://youzan.github.io/vant/v1/', + link: 'https://vant-ui.github.io/vant/v1/', }, ], }, diff --git a/packages/vant-icons/README.md b/packages/vant-icons/README.md index 052e2ec96..8a37caef4 100644 --- a/packages/vant-icons/README.md +++ b/packages/vant-icons/README.md @@ -16,8 +16,8 @@ yarn add @vant/icons ## Document -- [Usage in Vue](https://youzan.github.io/vant/#/zh-CN/icon) -- [Usage in Weapp](https://youzan.github.io/vant-weapp/#/icon) +- [Usage in Vue](https://vant-ui.github.io/vant/#/zh-CN/icon) +- [Usage in Weapp](https://vant-ui.github.io/vant-weapp/#/icon) ## Contribution diff --git a/src/switch-cell/index.tsx b/src/switch-cell/index.tsx index d9164e1f9..ff7dd1103 100644 --- a/src/switch-cell/index.tsx +++ b/src/switch-cell/index.tsx @@ -32,7 +32,7 @@ function SwitchCell( ) { if (process.env.NODE_ENV === 'development') { console.warn( - '[Vant] "SwitchCell" component is deprecated, see: https://youzan.github.io/vant/#/zh-CN/switch-cell.' + '[Vant] "SwitchCell" component is deprecated, see: https://vant-ui.github.io/vant/v2/#/zh-CN/switch-cell.' ); }