You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/04/19 00:59:41 UTC

[apisix] branch master updated: docs: fix broken links in FAQ (#4053)

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

spacewander 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 43b6e0d  docs: fix broken links in FAQ (#4053)
43b6e0d is described below

commit 43b6e0d1504cab9fe41dd517a7d3770d57e21613
Author: Kishani Kandasamy <53...@users.noreply.github.com>
AuthorDate: Mon Apr 19 06:29:34 2021 +0530

    docs: fix broken links in FAQ (#4053)
---
 docs/en/latest/FAQ.md      | 6 +++---
 docs/en/latest/config.json | 4 ++++
 docs/es/latest/FAQ.md      | 2 +-
 docs/zh/latest/FAQ.md      | 6 +++---
 docs/zh/latest/config.json | 4 ++++
 5 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md
index f64eb58..8242cac 100644
--- a/docs/en/latest/FAQ.md
+++ b/docs/en/latest/FAQ.md
@@ -35,7 +35,7 @@ In addition, APISIX has dynamic routing and hot loading of plug-ins, which is es
 
 ## What's the performance of APISIX?
 
-One of the goals of APISIX design and development is the highest performance in the industry. Specific test data can be found here:[benchmark](https://github.com/apache/apisix/blob/master/benchmark.md)
+One of the goals of APISIX design and development is the highest performance in the industry. Specific test data can be found here:[benchmark](benchmark.md)
 
 APISIX is the highest performance API gateway with a single-core QPS of 23,000, with an average delay of only 0.6 milliseconds.
 
@@ -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/etcd/blob/master/Documentation/learning/why.md#comparison-chart).
+See more [etcd why](https://github.com/etcd-io/website/blob/master/content/docs/next/learning/why.md#comparison-chart).
 
 ## Why is it that installing APISIX dependencies with Luarocks causes timeout, slow or unsuccessful installation?
 
@@ -318,7 +318,7 @@ The high availability of APISIX can be divided into two parts:
 
 ## Why does the `make deps` command fail in source installation?
 
-When executing the `make deps` command, an error such as the one shown below occurs. This is caused by the missing openresty's `openssl` development kit, you need to install it first. Please refer to the [install-dependencies.md](install-dependencies.md) document for installation.
+When executing the `make deps` command, an error such as the one shown below occurs. This is caused by the missing openresty's `openssl` development kit, you need to install it first. Please refer to the [install dependencies](install-dependencies.md) document for installation.
 
 ```shell
 $ make deps
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 6d9a0cf..599a556 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -194,6 +194,10 @@
           "id": "benchmark"
         },
         {
+          "type": "doc",
+          "id": "install-dependencies"
+        },
+        {
           "type": "link",
           "label": "CODE_STYLE",
           "href": "https://github.com/apache/apisix/blob/master/CODE_STYLE.md"
diff --git a/docs/es/latest/FAQ.md b/docs/es/latest/FAQ.md
index 97c96fd..20ca132 100644
--- a/docs/es/latest/FAQ.md
+++ b/docs/es/latest/FAQ.md
@@ -57,7 +57,7 @@ Para el centro de la configuración, la configuración del almacenamiento es sol
 4. Notificación de cambios
 5. Alto rendimiento
 
-Más información en [Por qué etcd](https://github.com/etcd-io/etcd/blob/master/Documentation/learning/why.md#comparison-chart).
+Más información en [Por qué etcd](https://github.com/etcd-io/website/blob/master/content/docs/next/learning/why.md#comparison-chart).
 
 ## ¿Por qué sucede que instalar dependencias APISIX con Luarocks provoca interrupciones por exceso de tiempo (timeout), o instalaciones lentas y fallidas?
 
diff --git a/docs/zh/latest/FAQ.md b/docs/zh/latest/FAQ.md
index a3c349e..6e1fd54 100644
--- a/docs/zh/latest/FAQ.md
+++ b/docs/zh/latest/FAQ.md
@@ -34,7 +34,7 @@ APISIX 基于 etcd 来完成配置的保存和同步,而不是 postgres 或者
 
 ## APISIX 的性能怎么样?
 
-APISIX 设计和开发的目标之一,就是业界最高的性能。具体测试数据见这里:[benchmark](https://github.com/apache/apisix/blob/master/docs/en/latest/benchmark.md)
+APISIX 设计和开发的目标之一,就是业界最高的性能。具体测试数据见这里:[benchmark](benchmark.md)
 
 APISIX 是当前性能最好的 API 网关,单核 QPS 达到 2.3 万,平均延时仅有 0.6 毫秒。
 
@@ -58,7 +58,7 @@ APISIX 是当前性能最好的 API 网关,单核 QPS 达到 2.3 万,平均
 4. 变化通知
 5. 高性能
 
-APISIX 需要一个配置中心,上面提到的很多功能是传统关系型数据库和 KV 数据库是无法提供的。与 etcd 同类软件还有 Consul、ZooKeeper 等,更详细比较可以参考这里:[etcd why](https://etcd.io/docs/v3.4.0/learning/why/),在将来也许会支持其他配置存储方案。
+APISIX 需要一个配置中心,上面提到的很多功能是传统关系型数据库和 KV 数据库是无法提供的。与 etcd 同类软件还有 Consul、ZooKeeper 等,更详细比较可以参考这里:[etcd why](https://github.com/etcd-io/website/blob/master/content/docs/next/learning/why.md#comparison-chart),在将来也许会支持其他配置存储方案。
 
 ## 为什么在用 Luarocks 安装 APISIX 依赖时会遇到超时,很慢或者不成功的情况?
 
@@ -319,7 +319,7 @@ APISIX 的高可用可分为两个部分:
 
 ## 为什么源码安装中执行 `make deps` 命令失败?
 
-1、当执行 `make deps` 命令时,发生诸如下面所示的错误。这是由于缺少 OpenResty  的 `openssl` 开发软件包导致的,你需要先安装它。请参考 [install-dependencies.md](install-dependencies.md) 文档进行安装。
+1、当执行 `make deps` 命令时,发生诸如下面所示的错误。这是由于缺少 OpenResty  的 `openssl` 开发软件包导致的,你需要先安装它。请参考 [install dependencies](install-dependencies.md) 文档进行安装。
 
 ```shell
 $ make deps
diff --git a/docs/zh/latest/config.json b/docs/zh/latest/config.json
index 44e10d6..a4b205b 100644
--- a/docs/zh/latest/config.json
+++ b/docs/zh/latest/config.json
@@ -176,6 +176,10 @@
         },
         {
           "type": "doc",
+          "id": "install-dependencies"
+        },
+        {
+          "type": "doc",
           "id": "CODE_STYLE"
         },
         {