This is an automated email from the ASF dual-hosted git repository.

luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new a3fd7abf92 [fix](docs) fix wrong link (#20000)
a3fd7abf92 is described below

commit a3fd7abf925a5584d274d776f15fad61bb10d8c8
Author: Chuanle Chen <[email protected]>
AuthorDate: Thu May 25 08:51:01 2023 +0800

    [fix](docs) fix wrong link (#20000)
---
 docs/en/community/how-to-contribute/how-to-contribute.md    | 2 +-
 docs/zh-CN/community/how-to-contribute/how-to-contribute.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/community/how-to-contribute/how-to-contribute.md 
b/docs/en/community/how-to-contribute/how-to-contribute.md
index 67d185b374..343660c8fb 100644
--- a/docs/en/community/how-to-contribute/how-to-contribute.md
+++ b/docs/en/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](/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.
+You can download the code, compile and install it, deploy and run it for a try 
(refer to the [compilation 
document](/docs/dev/install/source-install/compilation-general) 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/docs/zh-CN/community/how-to-contribute/how-to-contribute.md 
b/docs/zh-CN/community/how-to-contribute/how-to-contribute.md
index 2f178cace6..c989d5dfd8 100644
--- a/docs/zh-CN/community/how-to-contribute/how-to-contribute.md
+++ b/docs/zh-CN/community/how-to-contribute/how-to-contribute.md
@@ -78,7 +78,7 @@ under the License.
 
 ## 修改代码和提交PR(Pull Request)
 
-您可以下载代码,编译安装,部署运行试一试(可以参考[编译文档](/docs/install/source-install/compilation),看看是否与您预想的一样工作。如果有问题,您可以直接联系我们,提
 Issue 或者通过阅读和分析源代码自己修复。
+您可以下载代码,编译安装,部署运行试一试(可以参考[编译文档](/docs/dev/install/source-install/compilation-general),看看是否与您预想的一样工作。如果有问题,您可以直接联系我们,提
 Issue 或者通过阅读和分析源代码自己修复。
 
 无论是修复 Bug 还是增加 Feature,我们都非常欢迎。如果您希望给 Doris 提交代码,您需要从 GitHub 上 fork 
代码库至您的项目空间下,为您提交的代码创建一个新的分支,添加源项目为upstream,并提交PR。
 提交PR的方式可以参考文档 [Pull Request](./pull-request.md)。


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to