diff --git a/docs/contribution/how-to.en.md b/docs/contribution/how-to.en.md index 039cca3..1ded39b 100644 --- a/docs/contribution/how-to.en.md +++ b/docs/contribution/how-to.en.md @@ -2,7 +2,7 @@ ## Contribute to the documentation -1. Fork [the documentation repository](https://github.com/bartdong/docs/fork) +1. Fork [the documentation repository](https://github.com/OpenTenBase/docs) 2. Clone the forked documentation repository to your local machine ``` @@ -13,7 +13,7 @@ 3. Configure the environment - Install Python 3.x - - Install [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) and multi langual plugin + - Install [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) and multi language plugin ``` pip install mkdocs-material mkdocs-static-i18n @@ -30,7 +30,7 @@ - Please follow the [format guide](docs-format-guide.en.md) of this documentation site. 5. Verify if the content and format are correct through the preview server, and then commit your changes. -6. Submit a Pull Request to [the documentation repository](https://github.com/OpenTenBase/opencloudos.github.io), and it will be merged after being reviewed. +6. Submit a Pull Request to [the documentation repository](https://github.com/OpenTenBase/docs), and it will be merged after being reviewed. ## Contribute to the Code @@ -58,4 +58,4 @@ Please confirm before completing a PR: 3. Please add License and Copyright declarations in the newly created file. 4. Ensure a consistent code style. 5. Do adequate testing. -6. Then, you can submit your code to the dev branch. \ No newline at end of file +6. Then, you can submit your code to the dev branch. diff --git a/docs/contribution/how-to.md b/docs/contribution/how-to.md index b827dcb..35205b1 100644 --- a/docs/contribution/how-to.md +++ b/docs/contribution/how-to.md @@ -2,7 +2,7 @@ ## 贡献文档 -1. Fork [文档仓库](https://github.com/bartdong/docs/fork) +1. Fork [文档仓库](https://github.com/OpenTenBase/docs) 2. 将您 Fork 后的文档仓库 clone 至本地 ``` @@ -30,7 +30,7 @@ - 请注意遵守本文档站的 [格式手册](docs-format-guide.md)。 5. 在本地通过预览服务器确认内容与格式正确后,commit 您的修改。 -6. 向[文档仓库](https://github.com/OpenTenBase/opencloudos.github.io)提交 Pull Request,待维护者审核后即可合并。 +6. 向[文档仓库](https://github.com/OpenTenBase/docs)提交 Pull Request,待维护者审核后即可合并。 ## 为代码做出贡献 @@ -58,4 +58,4 @@ 3. 请在新创建的文件中添加许可证和版权声明。 4. 保证代码风格一致。 5. 进行充分的测试。 -6. 然后,您可以将代码提交到dev分支。 \ No newline at end of file +6. 然后,您可以将代码提交到dev分支。