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

jiashuo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 227865f  fix link
227865f is described below

commit 227865f3dcf38bb524d158e3f017b6b62148bddb
Author: JiaShuo <[email protected]>
AuthorDate: Mon Dec 7 18:51:31 2020 +0800

    fix link
---
 _docs/zh/clients/java-client.md | 2 +-
 _overview/zh/onebox.md          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_docs/zh/clients/java-client.md b/_docs/zh/clients/java-client.md
index 1be7803..78ecdbb 100755
--- a/_docs/zh/clients/java-client.md
+++ b/_docs/zh/clients/java-client.md
@@ -134,7 +134,7 @@ Java客户端的类都在```com.xiaomi.infra.pegasus.client```包下面,主要
 * Client接口直接在参数中指定表名,省去了打开表的动作,使用更便捷。
 * Table接口同时支持**同步和异步API**,而Client接口只支持**同步API**。
 * Table接口可以为每个操作设置单独的超时,而Client接口无法单独指定超时,只能使用配置文件中的默认超时。
-* 
Table接口在2.0.0中增加了backupRequestDelayMs参数,可以开启backup-request功能,以提高读性能,详情参见:[Backup-Request](/administration/backup-request.md)
+* 
Table接口在2.0.0中增加了backupRequestDelayMs参数,可以开启backup-request功能,以提高读性能,详情参见:[Backup-Request](/administration/backup-request)
 * Table接口的超时更准确,而Client接口在首次读写请求时可能需要在内部初始化Table对象,所以首次读写的超时可能不太准确。
 * 推荐用户首选Table接口。
 
diff --git a/_overview/zh/onebox.md b/_overview/zh/onebox.md
index bdfd4f6..e95911a 100755
--- a/_overview/zh/onebox.md
+++ b/_overview/zh/onebox.md
@@ -17,7 +17,7 @@ onebox集群在启动时实际上做了这些事情:
 
 # 如何体验
 
-在启动onebox集群之前,你需要先编译Pegasus,请参考[编译构建](compilation)。
+在启动onebox集群之前,你需要先编译Pegasus,请参考[编译构建](docs/build/compile-from-source/)。
 
 启动onebox集群:
 ```bash


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

Reply via email to