You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2021/01/18 05:27:23 UTC

[shardingsphere] branch master updated: link fixed (#9074)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 59e45d6  link fixed (#9074)
59e45d6 is described below

commit 59e45d68e92ebcafd43be737cef5b40add687a87
Author: Jieker <ji...@163.com>
AuthorDate: Mon Jan 18 13:26:48 2021 +0800

    link fixed (#9074)
---
 docs/document/content/features/sharding/use-norms/rdl.cn.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/document/content/features/sharding/use-norms/rdl.cn.md b/docs/document/content/features/sharding/use-norms/rdl.cn.md
index f438259..2609ebc 100644
--- a/docs/document/content/features/sharding/use-norms/rdl.cn.md
+++ b/docs/document/content/features/sharding/use-norms/rdl.cn.md
@@ -56,7 +56,7 @@ t_item=mod(item_id, 2)
 ### 启动ShardingProxy
 
 1. 添加 `governance` 和 `authentication` 配置参数到 `server.yaml` (请参考相关example案例)
-2. 启动 ShardingProxy ([相关介绍](/ch/quick-start/shardingsphere-proxy-quick-start/))
+2. 启动 ShardingProxy ([相关介绍](/cn/quick-start/shardingsphere-proxy-quick-start/))
 
 ### 创建分布式数据库和分片表