You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/07/16 09:33:40 UTC

[incubator-apisix] branch master updated: doc: fixed some hyper link errors (#1849)

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

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new ff04144  doc: fixed some hyper link errors (#1849)
ff04144 is described below

commit ff041442f39960b33bb997b2fd2b40ee265a36f6
Author: RocFang <fa...@gmail.com>
AuthorDate: Thu Jul 16 17:33:31 2020 +0800

    doc: fixed some hyper link errors (#1849)
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index dd97f3b..85a9d36 100644
--- a/README.md
+++ b/README.md
@@ -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,