This is an automated email from the ASF dual-hosted git repository.
wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new b358db4 docs: fix borken link in `FAQ.md` (#5490)
b358db4 is described below
commit b358db4a1ad2872d56728ce7ef8a8579103dc159
Author: leslie <[email protected]>
AuthorDate: Fri Nov 12 10:41:12 2021 +0800
docs: fix borken link in `FAQ.md` (#5490)
Signed-off-by: leslie <[email protected]>
---
docs/en/latest/FAQ.md | 2 +-
docs/zh/latest/FAQ.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md
index 6dd2d62..8038b9c 100644
--- a/docs/en/latest/FAQ.md
+++ b/docs/en/latest/FAQ.md
@@ -59,7 +59,7 @@ For the configuration center, configuration storage is only
the most basic funct
4. Change Notification
5. High Performance
-See more [etcd
why](https://github.com/etcd-io/website/blob/master/content/en/docs/next/learning/why.md#comparison-chart).
+See more [etcd
why](https://etcd.io/docs/latest/learning/why/#comparison-chart).
## Why is it that installing Apache APISIX dependencies with Luarocks causes
timeout, slow or unsuccessful installation?
diff --git a/docs/zh/latest/FAQ.md b/docs/zh/latest/FAQ.md
index 5808f74..742a215 100644
--- a/docs/zh/latest/FAQ.md
+++ b/docs/zh/latest/FAQ.md
@@ -58,7 +58,7 @@ APISIX 是当前性能最好的 API 网关,单核 QPS 达到 2.3 万,平均
4. 变化通知
5. 高性能
-APISIX 需要一个配置中心,上面提到的很多功能是传统关系型数据库和 KV 数据库是无法提供的。与 etcd 同类软件还有
Consul、ZooKeeper 等,更详细比较可以参考这里:[etcd
why](https://github.com/etcd-io/website/blob/master/content/en/docs/next/learning/why.md#comparison-chart),在将来也许会支持其他配置存储方案。
+APISIX 需要一个配置中心,上面提到的很多功能是传统关系型数据库和 KV 数据库是无法提供的。与 etcd 同类软件还有
Consul、ZooKeeper 等,更详细比较可以参考这里:[etcd
why](https://etcd.io/docs/latest/learning/why/#comparison-chart),在将来也许会支持其他配置存储方案。
## 为什么在用 Luarocks 安装 APISIX 依赖时会遇到超时,很慢或者不成功的情况?