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 b0a58b5  docs: use lowercase link anchors (#3326)
b0a58b5 is described below

commit b0a58b53512c9897e44b0c97c4ffaf1a7cb9beda
Author: John Bampton <[email protected]>
AuthorDate: Tue Jan 19 01:31:34 2021 +1000

    docs: use lowercase link anchors (#3326)
---
 doc/architecture-design.md       | 8 ++++----
 doc/zh-cn/architecture-design.md | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/architecture-design.md b/doc/architecture-design.md
index d3660e6..d618873 100644
--- a/doc/architecture-design.md
+++ b/doc/architecture-design.md
@@ -30,8 +30,8 @@
 - [**Upstream**](#upstream)
 - [**Router**](#router)
 - [**Consumer**](#consumer-1)
-- [**Global Rule**](#Global-Rule)
-- [**Debug mode**](#Debug-mode)
+- [**Global Rule**](#global-rule)
+- [**Debug mode**](#debug-mode)
 
 ## APISIX
 
@@ -581,8 +581,8 @@ HTTP/1.1 403
 
 ## Global Rule
 
-[Plugin](#Plugin) just can be binded to [Service](#Service) or 
[Route](#Route), if we want a [Plugin](#Plugin) work on all requests, how to do 
it?
-We can register a global [Plugin](#Plugin) with `GlobalRule`:
+[Plugin](#plugin) just can be binded to [Service](#service) or 
[Route](#route), if we want a [Plugin](#plugin) work on all requests, how to do 
it?
+We can register a global [Plugin](#plugin) with `GlobalRule`:
 
 ```shell
 curl -X PUT \
diff --git a/doc/zh-cn/architecture-design.md b/doc/zh-cn/architecture-design.md
index 7527e09..8780f16 100644
--- a/doc/zh-cn/architecture-design.md
+++ b/doc/zh-cn/architecture-design.md
@@ -28,8 +28,8 @@
 - [**Upstream**](#upstream)
 - [**Router**](#router)
 - [**Consumer**](#consumer-1)
-- [**Global Rule**](#Global-Rule)
-- [**Debug mode**](#Debug-mode)
+- [**Global Rule**](#global-rule)
+- [**Debug mode**](#debug-mode)
 
 ## APISIX
 
@@ -593,8 +593,8 @@ HTTP/1.1 403
 
 ## Global Rule
 
-[Plugin](#Plugin) 只能绑定在 [Service](#Service) 或者 [Route](#Route) 
上,如果我们需要一个能作用于所有请求的 [Plugin](#Plugin) 该怎么办呢?
-这时候我们可以使用 `GlobalRule` 来注册一个全局的 [Plugin](#Plugin):
+[Plugin](#plugin) 只能绑定在 [Service](#service) 或者 [Route](#route) 
上,如果我们需要一个能作用于所有请求的 [Plugin](#plugin) 该怎么办呢?
+这时候我们可以使用 `GlobalRule` 来注册一个全局的 [Plugin](#plugin):
 
 ```shell
 curl -X PUT \

Reply via email to