You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/05/06 07:23:32 UTC

[apisix] branch master updated: docs: update plugin concept link in README (#6881)

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

spacewander 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 2800a06f0 docs: update plugin concept link in README (#6881)
2800a06f0 is described below

commit 2800a06f00ff9010d893eb8c4b9c94359cc3a96b
Author: $udam <48...@users.noreply.github.com>
AuthorDate: Fri May 6 12:53:25 2022 +0530

    docs: update plugin concept link in README (#6881)
    
    Co-authored-by: homeward <97...@users.noreply.github.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7d443e04b..7cb07cd8a 100644
--- a/README.md
+++ b/README.md
@@ -184,7 +184,7 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against
 4. Plugin development
 
    You can refer to [plugin development guide](docs/en/latest/plugin-develop.md), and sample plugin `example-plugin`'s code implementation.
-   Reading [plugin concept](docs/en/latest/architecture-design/plugin.md) would help you learn more about the plugin.
+   Reading [plugin concept](docs/en/latest/terminology/plugin.md) would help you learn more about the plugin.
 
 For more documents, please refer to [Apache APISIX Documentation site](https://apisix.apache.org/docs/apisix/getting-started/)