This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 0488c87a38 [typo][doc]modify broken link. (#23988)
0488c87a38 is described below
commit 0488c87a38e298cde5bf7c3676a8dfc97b4a7921
Author: ZhenchaoXu <[email protected]>
AuthorDate: Thu Sep 14 21:41:40 2023 +0800
[typo][doc]modify broken link. (#23988)
---
docs/en/docs/faq/install-faq.md | 2 +-
docs/zh-CN/docs/faq/install-faq.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/docs/faq/install-faq.md b/docs/en/docs/faq/install-faq.md
index a2cb8e0701..b0ff867bd9 100644
--- a/docs/en/docs/faq/install-faq.md
+++ b/docs/en/docs/faq/install-faq.md
@@ -83,7 +83,7 @@ Here we provide 3 ways to solve this problem:
3. Manually migrate data using the API
- Doris provides [HTTP
API](../admin-manual/http-actions/be/tablet-migration-action.md), which can
manually specify the migration of data shards on one disk to another disk.
+ Doris provides [HTTP
API](https://doris.apache.org/zh-CN/docs/dev/admin-manual/http-actions/be/tablet-migration),
which can manually specify the migration of data shards on one disk to another
disk.
### Q5. How to read FE/BE logs correctly?
diff --git a/docs/zh-CN/docs/faq/install-faq.md
b/docs/zh-CN/docs/faq/install-faq.md
index e93bb26588..a56adab97f 100644
--- a/docs/zh-CN/docs/faq/install-faq.md
+++ b/docs/zh-CN/docs/faq/install-faq.md
@@ -83,7 +83,7 @@ Observer 角色和这个单词的含义一样,仅仅作为观察者来同步
3. 使用API手动迁移数据
- Doris提供了[HTTP
API](../admin-manual/http-actions/be/tablet-migration-action.md),可以手动指定一个磁盘上的数据分片迁移到另一个磁盘上。
+ Doris提供了[HTTP
API](https://doris.apache.org/zh-CN/docs/dev/admin-manual/http-actions/be/tablet-migration),可以手动指定一个磁盘上的数据分片迁移到另一个磁盘上。
### Q5. 如何正确阅读 FE/BE 日志?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]