This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 677c9348a7dcd19c533ce5e8c9211eb8eb2491a2 Author: kkop <45192870+cjj2...@users.noreply.github.com> AuthorDate: Thu Mar 7 16:03:12 2024 +0800 [fix] (doc)Fix invalid link on benchmark tool page #31920 --- docs/en/community/developer-guide/benchmark-tool.md | 2 +- docs/zh-CN/community/developer-guide/benchmark-tool.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/community/developer-guide/benchmark-tool.md b/docs/en/community/developer-guide/benchmark-tool.md index eb8277384a2..371ad5614d7 100644 --- a/docs/en/community/developer-guide/benchmark-tool.md +++ b/docs/en/community/developer-guide/benchmark-tool.md @@ -33,7 +33,7 @@ It can be used to test the performance of some parts of the BE storage layer (fo ## Compilation -1. To ensure that the environment has been able to successfully compile the Doris ontology, you can refer to [Installation and deployment](/docs/install/source-install/compilation). +1. To ensure that the environment has been able to successfully compile the Doris ontology, you can refer to [Installation and deployment](/docs/install/source-install/compilation-general). 2. Execute`run-be-ut.sh` diff --git a/docs/zh-CN/community/developer-guide/benchmark-tool.md b/docs/zh-CN/community/developer-guide/benchmark-tool.md index 8bb45332c7a..f4df2eebf70 100644 --- a/docs/zh-CN/community/developer-guide/benchmark-tool.md +++ b/docs/zh-CN/community/developer-guide/benchmark-tool.md @@ -33,7 +33,7 @@ under the License. ## 编译 -1. 确保环境已经能顺利编译Doris本体,可以参考[编译与部署](/docs/install/source-install/compilation)。 +1. 确保环境已经能顺利编译Doris本体,可以参考[编译与部署](/docs/install/source-install/compilation-general)。 2. 运行目录下的`run-be-ut.sh` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org