[Doc] fix doc link suffix .html to .md (#9442)

* fix doc link suffix html to md
This commit is contained in:
wudi
2022-05-09 09:16:06 +08:00
committed by GitHub
parent 580ce38a3f
commit 8932fcaf59
165 changed files with 483 additions and 483 deletions

View File

@ -72,7 +72,7 @@ example:
## Build
Other articles have already explained:
* [Build with LDB toolchain ](https://doris.apache.org/zh-CN/installing/compilation-with-ldb-toolchain.html)
* [Build with LDB toolchain ](../install/source-install/compilation-with-ldb-toolchain.md)
* ......
In order to debug, you need to add debugging parameters when fe starts, such as `-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005` .