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

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


The following commit(s) were added to refs/heads/master by this push:
     new 16c1b8d  doc: add correct link address for "etcd Clustering Guide" of 
incubator-apisix/README_CN.md (#1277)
16c1b8d is described below

commit 16c1b8d6c3b68d804f43cd58f0efde0ab4e77eee
Author: sbritocorral <[email protected]>
AuthorDate: Tue Mar 17 00:46:59 2020 +0100

    doc: add correct link address for "etcd Clustering Guide" of 
incubator-apisix/README_CN.md (#1277)
    
    Resolves #1235
---
 README.md    | 2 +-
 README_CN.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fb64b54..aa42582 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ A/B testing, canary release, blue-green deployment, limit 
rate, defense against
 - **OPS friendly**
     - OpenTracing: [support Apache Skywalking and 
Zipkin](doc/plugins/zipkin.md)
     - Monitoring And Metrics: [Prometheus](doc/plugins/prometheus.md)
-    - Clustering: APISIX nodes are stateless, creates clustering of the 
configuration center, please refer to [etcd Clustering 
Guide](https://github.com/etcd-io/etcd/blob/master/Documentation/v2/clustering.md).
+    - Clustering: APISIX nodes are stateless, creates clustering of the 
configuration center, please refer to [etcd Clustering 
Guide](https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/clustering.md).
     - Dashboard: Built-in dashboard to control APISIX.
     - Version Control: Supports rollbacks of operations.
     - CLI: start\stop\reload APISIX through the command line.
diff --git a/README_CN.md b/README_CN.md
index 10c658a..2992dd1 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -94,7 +94,7 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
 - **运维友好**
     - OpenTracing 可观测性: [支持 Apache Skywalking 和 
Zipkin](doc/plugins/zipkin-cn.md)。
     - 监控和指标: [Prometheus](doc/plugins/prometheus-cn.md)
-    - 集群:APISIX 节点是无状态的,创建配置中心集群请参考 [etcd Clustering 
Guide](https://github.com/etcd-io/etcd/blob/master/Documentation/v2/clustering.md)。
+    - 集群:APISIX 节点是无状态的,创建配置中心集群请参考 [etcd Clustering 
Guide](https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/clustering.md)。
     - 控制台: 内置控制台来操作 APISIX 集群。
     - 版本控制:支持操作的多次回滚。
     - CLI: 使用命令行来启动、关闭和重启 APISIX。

Reply via email to