docs: use lowercase link anchors (#3326)

This commit is contained in:
John Bampton 2021-01-19 01:31:34 +10:00 committed by GitHub
parent 1b3e547c5b
commit b0a58b5351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -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 \

View File

@ -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 \