You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by su...@apache.org on 2022/08/09 02:06:26 UTC

[apisix] branch master updated: docs: fix plugin-develop.md broken link (#7626)

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

sunyi 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 b87d861d8 docs: fix plugin-develop.md broken link (#7626)
b87d861d8 is described below

commit b87d861d8499cdee7a734488abeb3e6db425e36b
Author: litesun <su...@apache.org>
AuthorDate: Tue Aug 9 10:06:21 2022 +0800

    docs: fix plugin-develop.md broken link (#7626)
---
 docs/en/latest/plugin-develop.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/plugin-develop.md b/docs/en/latest/plugin-develop.md
index 631130ad7..c394372dc 100644
--- a/docs/en/latest/plugin-develop.md
+++ b/docs/en/latest/plugin-develop.md
@@ -516,7 +516,7 @@ The above test case represents a simple scenario. Most scenarios will require mu
 
 Additionally, there are some convenience testing endpoints which can be found [here](https://github.com/apache/apisix/blob/master/t/lib/server.lua#L36). For example, see [proxy-rewrite](https://github.com/apache/apisix/blob/master/t/plugin/proxy-rewrite.lua). In test 42, the upstream `uri` is made to redirect `/test?new_uri=hello` to `/hello` (which always returns `hello world`). In test 43, the response body is confirmed to equal `hello world`, meaning the proxy-rewrite configuration ad [...]
 
-Refer the following [document](how-to-build.md) to setup the testing framework.
+Refer the following [document](building-apisix.md) to setup the testing framework.
 
 ### attach the test-nginx execution process: