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 5513f1f docs: fix Markdown links (#3957)
5513f1f is described below
commit 5513f1f66bdd047120936a6b1cc7340741c94366
Author: John Bampton <[email protected]>
AuthorDate: Thu Apr 1 11:49:44 2021 +1000
docs: fix Markdown links (#3957)
---
README.md | 2 +-
docs/en/latest/architecture-design/router.md | 2 +-
docs/en/latest/architecture-design/upstream.md | 2 +-
docs/en/latest/discovery.md | 2 +-
docs/en/latest/discovery/dns.md | 2 +-
docs/es/latest/README.md | 6 +++---
docs/zh/latest/README.md | 4 ++--
docs/zh/latest/architecture-design/router.md | 2 +-
docs/zh/latest/architecture-design/upstream.md | 2 +-
9 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index 5078f3e..73dbf8b 100644
--- a/README.md
+++ b/README.md
@@ -233,7 +233,7 @@ There are several ways to install the Apache Release
version of APISIX:
The getting started guide is a great way to learn the basics of APISIX.
Just follow the steps in [Getting Started](docs/en/latest/getting-started.md).
- Further, you can follow the documentation to try more
[plugins](README.md#plugins).
+ Further, you can follow the documentation to try more
[plugins](docs/en/latest/plugins.md).
3. Admin API
diff --git a/docs/en/latest/architecture-design/router.md
b/docs/en/latest/architecture-design/router.md
index 0912b19..4dbd970 100644
--- a/docs/en/latest/architecture-design/router.md
+++ b/docs/en/latest/architecture-design/router.md
@@ -27,7 +27,7 @@ Set the route that best suits your business needs in the
local configuration `co
- `apisix.router.http`: HTTP Request Route。
- - `radixtree_uri`: (Default) only use `uri` as the primary index. Support
for full and deep prefix matching based on the `radixtree` engine, see [How to
use router-radixtree](router-radixtree.md).
+ - `radixtree_uri`: (Default) only use `uri` as the primary index. Support
for full and deep prefix matching based on the `radixtree` engine, see [How to
use router-radixtree](../router-radixtree.md).
- `Absolute match`: Complete match for the given `uri`, such as
`/foo/bar`,`/foo/glo`.
- `Prefix match`: Use `*` at the end to represent the given `uri` as a
prefix match. For example, `/foo*` allows matching `/foo/`, `/foo/a` and
`/foo/b`.
- `match priority`: first try absolute match, if you can't hit absolute
match, try prefix match.
diff --git a/docs/en/latest/architecture-design/upstream.md
b/docs/en/latest/architecture-design/upstream.md
index 8c8e420..8f07883 100644
--- a/docs/en/latest/architecture-design/upstream.md
+++ b/docs/en/latest/architecture-design/upstream.md
@@ -31,7 +31,7 @@ Upstream configuration can be directly bound to the specified
`Route` or it can
### Configuration
-In addition to the basic complex equalization algorithm selection, APISIX's
Upstream also supports logic for upstream passive health check and retry, see
[this link](../admin-api.md#upstram).
+In addition to the basic complex equalization algorithm selection, APISIX's
Upstream also supports logic for upstream passive health check and retry, see
[this link](../admin-api.md#upstream).
Create an upstream object use case:
diff --git a/docs/en/latest/discovery.md b/docs/en/latest/discovery.md
index 9986723..97e511d 100644
--- a/docs/en/latest/discovery.md
+++ b/docs/en/latest/discovery.md
@@ -61,7 +61,7 @@ It is very easy for APISIX to extend the discovery client,
the basic steps are a
#### Implementation of eureka.lua
-First, add [`eureka.lua`](../apisix/discovery/eureka.lua) in the
`apisix/discovery/` directory;
+First, add [`eureka.lua`](../../../apisix/discovery/eureka.lua) in the
`apisix/discovery/` directory;
Then implement the `_M.init_worker()` function for initialization and the
`_M.nodes(service_name)` function for obtaining the list of service instance
nodes in `eureka.lua`:
diff --git a/docs/en/latest/discovery/dns.md b/docs/en/latest/discovery/dns.md
index 4bb5461..65be2cc 100644
--- a/docs/en/latest/discovery/dns.md
+++ b/docs/en/latest/discovery/dns.md
@@ -22,7 +22,7 @@ title: DNS
-->
* [service discovery via DNS](#service-discovery-via-dns)
- * [SRV record](#src-record)
+ * [SRV record](#srv-record)
## service discovery via DNS
diff --git a/docs/es/latest/README.md b/docs/es/latest/README.md
index 0a38e15..bc8c78b 100644
--- a/docs/es/latest/README.md
+++ b/docs/es/latest/README.md
@@ -112,7 +112,7 @@ ensayos A/B, ensayos de despliegue de canarios (canary
release), despliegue azul
- [Límite de contador (Limit-count)](../../en/latest/plugins/limit-count.md)
- [Límite de concurrencia
(Limit-concurrency)](../../en/latest/plugins/limit-conn.md)
- Anti-ReDoS (Negación regular del servicio): políticas integradas para Anti
ReDoS sin configuración.
- - [CORS](plugins/cors.md) Activa CORS (Compartir recursos de origen cruzado)
para su API.
+ - [CORS](../../en/latest/plugins/cors.md) Activa CORS (Compartir recursos de
origen cruzado) para su API.
- [Bloqueador URI](../../en/latest/plugins/uri-blocker.md): Bloquea
solicitudes del cliente por URI.
- [Validador de solicitudes (Request
Validator)](../../en/latest/plugins/request-validation.md)
@@ -235,7 +235,7 @@ Hay varias maneras de instalar la versión publicada Apache
de APISIX:
La Guía para Comenzar es una excelente manera de aprender los fundamentos
de APISIX, basta seguir los pasos en [Getting
Started](../../en/latest/getting-started.md).
- Más aún, usted puede seguir la documentación para ensayar más
[plugins](README.md#plugins).
+ Más aún, usted puede seguir la documentación para ensayar más
[plugins](../../en/latest/plugins.md).
3. Admin API
@@ -345,4 +345,4 @@ Inspirado por Kong y Orange.
## Licencia
-[Licencia Apache 2.0](LICENSE)
+[Licencia Apache 2.0](../../../LICENSE)
diff --git a/docs/zh/latest/README.md b/docs/zh/latest/README.md
index bf04584..4b98566 100644
--- a/docs/zh/latest/README.md
+++ b/docs/zh/latest/README.md
@@ -339,7 +339,7 @@ APISIX 被纳入 <a
href="https://landscape.cncf.io/card-mode?category=api-gatew
## Logo
-- [Apache APISIX logo(PNG)](logos/apache-apisix.png)
+- [Apache APISIX logo(PNG)](../../../logos/apache-apisix.png)
- [Apache APISIX logo 源文件](https://apache.org/logos/#apisix)
## 贡献
@@ -354,4 +354,4 @@ APISIX 被纳入 <a
href="https://landscape.cncf.io/card-mode?category=api-gatew
## 协议
-[Apache 2.0 License](LICENSE)
+[Apache 2.0 License](../../../LICENSE)
diff --git a/docs/zh/latest/architecture-design/router.md
b/docs/zh/latest/architecture-design/router.md
index d9ed5e8..8f908d5 100644
--- a/docs/zh/latest/architecture-design/router.md
+++ b/docs/zh/latest/architecture-design/router.md
@@ -27,7 +27,7 @@ APISIX 区别于其他 API 网关的一大特点是允许用户选择不同 Rout
- `apisix.router.http`: HTTP 请求路由。
- - `radixtree_uri`: (默认)只使用 `uri` 作为主索引。基于 `radixtree` 引擎,支持全量和深前缀匹配,更多见
[如何使用 router-radixtree](../../../zh/latest/router-radixtree.md)。
+ - `radixtree_uri`: (默认)只使用 `uri` 作为主索引。基于 `radixtree` 引擎,支持全量和深前缀匹配,更多见
[如何使用 router-radixtree](../../../en/latest/router-radixtree.md)。
- `绝对匹配`:完整匹配给定的 `uri` ,比如 `/foo/bar`,`/foo/glo`。
- `前缀匹配`:末尾使用 `*` 代表给定的 `uri` 是前缀匹配。比如 `/foo*`,则允许匹配
`/foo/`、`/foo/a`和`/foo/b`等。
- `匹配优先级`:优先尝试绝对匹配,若无法命中绝对匹配,再尝试前缀匹配。
diff --git a/docs/zh/latest/architecture-design/upstream.md
b/docs/zh/latest/architecture-design/upstream.md
index d0d631e..f88613c 100644
--- a/docs/zh/latest/architecture-design/upstream.md
+++ b/docs/zh/latest/architecture-design/upstream.md
@@ -32,7 +32,7 @@ Upstream 的配置可以被直接绑定在指定 `Route` 中,也可以被绑
### 配置参数
-APISIX 的 Upstream
除了基本的复杂均衡算法选择外,还支持对上游做主被动健康检查、重试等逻辑,具体看这个[链接](../admin-api.md#upstram)。
+APISIX 的 Upstream
除了基本的复杂均衡算法选择外,还支持对上游做主被动健康检查、重试等逻辑,具体看这个[链接](../admin-api.md#upstream)。
创建上游对象用例: