You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/09/03 05:51:30 UTC

[apisix] branch master updated: doc: fix link in documents (#2147)

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 fbe091b  doc: fix link in documents (#2147)
fbe091b is described below

commit fbe091b588bf581c13ea4250b373dc60bbeddec6
Author: idbeta <id...@gmail.com>
AuthorDate: Thu Sep 3 00:51:21 2020 -0500

    doc: fix link in documents (#2147)
---
 doc/architecture-design.md | 4 ++--
 doc/plugins/log-rotate.md  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/architecture-design.md b/doc/architecture-design.md
index 34a8af8..17f027f 100644
--- a/doc/architecture-design.md
+++ b/doc/architecture-design.md
@@ -109,7 +109,7 @@ Server: APISIX web server
 
 When we receive a successful response, it indicates that the route was successfully created.
 
-For specific options of Route, please refer to [Admin API](zh-cn/admin-api.md#route).
+For specific options of Route, please refer to [Admin API](admin-api.md#route).
 
 [Back to top](#Table-of-contents)
 
@@ -561,7 +561,7 @@ HTTP/1.1 503 Service Temporarily Unavailable
 
 ```
 
-Use the [consumer-restriction](zh-cn/plugins/consumer-restriction.md) plug-in to restrict the access of Jack to this API.
+Use the [consumer-restriction](plugins/consumer-restriction.md) plug-in to restrict the access of Jack to this API.
 
 # Add Jack to the blacklist
 $ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
diff --git a/doc/plugins/log-rotate.md b/doc/plugins/log-rotate.md
index e52644b..0c7773c 100644
--- a/doc/plugins/log-rotate.md
+++ b/doc/plugins/log-rotate.md
@@ -17,7 +17,7 @@
 #
 -->
 
-- [English](../../plugins/log-rotate.md)
+- [中文](../zh-cn/plugins/log-rotate.md)
 
 ## Name