doc: fixed some hyper link errors (#1849)

This commit is contained in:
RocFang 2020-07-16 17:33:31 +08:00 committed by GitHub
parent 24d7007e94
commit ff041442f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,21 +191,21 @@ etcd --enable-v2=true &
2. Getting start
The getting started guide is a great way to learn the basics of APISIX, just follow the steps in [Getting Started] (doc/getting-started.md).
The getting started guide is a great way to learn the basics of APISIX, just follow the steps in [Getting Started](doc/getting-started.md).
Further, you can follow the documentation to try more [plugins] (doc/README.md#Plugins).
Further, you can follow the documentation to try more [plugins](doc/README.md#Plugins).
3. Admin API
Apache APISIX provides [REST Admin API] (doc/admin-api.md) to dynamic control the Apache APISIX cluster.
Apache APISIX provides [REST Admin API](doc/admin-api.md) to dynamic control the Apache APISIX cluster.
4. Plugin development
You can refer to [plugin development guide] (doc/plugin-develop.md), and [sample plugin `echo`] (doc/plugins/echo.md) documentation and code implementation.
You can refer to [plugin development guide](doc/plugin-develop.md), and [sample plugin `echo`](doc/plugins/echo.md) documentation and code implementation.
Please note that Apache APISIX plugins' added, updated, deleted, etc. are hot loaded, without restarting the service.
For more documents, please refer to [Apache APISIX Document Index] (doc/README.md)
For more documents, please refer to [Apache APISIX Document Index](doc/README.md)
## Dashboard
APISIX has built-in support for Dashboard,