diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md index 02f20810b..f8647b70d 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_cn.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_cn.md @@ -2,7 +2,7 @@ 新特性请提交至 feature 分支,其余可提交至 master 分支。在一个维护者审核通过后合并。请确保填写以下 pull request 的信息,谢谢!~ -[[English Template / 英文模板](?expand=1)] +[[English Template / 英文模板](./pr_en.md)] ### 这个变动的性质是 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/pr_en.md similarity index 91% rename from .github/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE/pr_en.md index dc955618f..87653f460 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_en.md @@ -2,7 +2,7 @@ First of all, thank you for your contribution! 😄 New feature please send pull request to feature branch, and rest to master branch. Pull request will be merged after one of collaborators approve. Please makes sure that these form are filled before submitting your pull request, thank you! -[[中文版模板 / Chinese template](https://github.com/vueComponent/ant-design-vue/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] +[[中文版模板 / Chinese template](./pr_cn.md)] ### This is a ... diff --git a/site/src/vueDocs/introduce.en-US.md b/site/src/vueDocs/introduce.en-US.md index 5ad8275ff..679b5bc1a 100644 --- a/site/src/vueDocs/introduce.en-US.md +++ b/site/src/vueDocs/introduce.en-US.md @@ -144,7 +144,7 @@ import 'ant-design-vue/dist/antd.css'; // or 'ant-design-vue/dist/antd.less' - [Home Page](https://www.antdv.com/) - [Ant Design Of React](https://ant.design/) -- [Components](https://www.antdv.com/docs/vue/introduce) +- [Components](https://www.antdv.com/components/overview) - [Change Log](/docs/vue/changelog) - [CodeSandbox template](https://codesandbox.io/s/agitated-franklin-1w72v) for bug reports - [Customize Theme](/docs/vue/customize-theme) diff --git a/site/src/vueDocs/introduce.zh-CN.md b/site/src/vueDocs/introduce.zh-CN.md index 0a541a59f..3da5b9ee4 100644 --- a/site/src/vueDocs/introduce.zh-CN.md +++ b/site/src/vueDocs/introduce.zh-CN.md @@ -146,7 +146,7 @@ import 'ant-design-vue/dist/antd.css'; // or 'ant-design-vue/dist/antd.less' - [首页](https://www.antdv.com/) - [Ant Design Of React](https://ant.design/) -- [组件库](https://www.antdv.com/docs/vue/introduce-cn) +- [组件库](https://www.antdv.com/components/overview-cn) - [更新日志](/docs/vue/changelog-cn) - [CodeSandbox 模板](https://codesandbox.io/s/agitated-franklin-1w72v) for bug reports - [定制主题](/docs/vue/customize-theme-cn)