This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 735ceab3d28 fix 735ceab3d28 is described below commit 735ceab3d28a902e7b51334d91a2099fcffd5535 Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Thu Jul 28 10:54:57 2022 +0800 fix --- community/how-to-contribute/how-to-contribute.md | 2 +- .../current/how-to-contribute/how-to-contribute.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community/how-to-contribute/how-to-contribute.md b/community/how-to-contribute/how-to-contribute.md index 690f088a1ea..bdd3d03d4ed 100644 --- a/community/how-to-contribute/how-to-contribute.md +++ b/community/how-to-contribute/how-to-contribute.md @@ -78,7 +78,7 @@ You can also fix it yourself by reading the analysis code (of course, it's bette ## Modify the code and submit PR (Pull Request) -You can download the code, compile and install it, deploy and run it for a try (refer to the [compilation document](../../install/source-install/compilation)) to see if it works as you expected. If you have problems, you can contact us directly, ask questions or fix them by reading and analyzing the source code. +You can download the code, compile and install it, deploy and run it for a try (refer to the [compilation document](/docs/install/source-install/compilation) to see if it works as you expected. If you have problems, you can contact us directly, ask questions or fix them by reading and analyzing the source code. Whether it's fixing Bugs or adding Features, we're all very welcome. If you want to submit code to Doris, you need to create a new branch for your submitted code from the fork code library on GitHub to your project space, add the source project upstream, and submit PR. diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute/how-to-contribute.md b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute/how-to-contribute.md index 0fceb7936ac..e482cb40559 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute/how-to-contribute.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-contribute/how-to-contribute.md @@ -78,7 +78,7 @@ under the License. ## 修改代码和提交PR(Pull Request) -您可以下载代码,编译安装,部署运行试一试(可以参考[编译文档](../../install/source-install/compilation.md)),看看是否与您预想的一样工作。如果有问题,您可以直接联系我们,提 Issue 或者通过阅读和分析源代码自己修复。 +您可以下载代码,编译安装,部署运行试一试(可以参考[编译文档](/docs/install/source-install/compilation.md),看看是否与您预想的一样工作。如果有问题,您可以直接联系我们,提 Issue 或者通过阅读和分析源代码自己修复。 无论是修复 Bug 还是增加 Feature,我们都非常欢迎。如果您希望给 Doris 提交代码,您需要从 GitHub 上 fork 代码库至您的项目空间下,为您提交的代码创建一个新的分支,添加源项目为upstream,并提交PR。 提交PR的方式可以参考文档 [Pull Request](./pull-request.md)。 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org