You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/01/15 14:04:32 UTC

[incubator-apisix] 01/01: Update architecture-design-cn.md

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

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

commit 8306aae8952a91496a25862a2c7bf52f06d80ac4
Author: 琚致远 <ju...@apache.org>
AuthorDate: Wed Jan 15 22:04:23 2020 +0800

    Update architecture-design-cn.md
    
    resolve https://github.com/apache/incubator-apisix/issues/1064
---
 doc/architecture-design-cn.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/architecture-design-cn.md b/doc/architecture-design-cn.md
index 39c4cfc..8a4a3f0 100644
--- a/doc/architecture-design-cn.md
+++ b/doc/architecture-design-cn.md
@@ -191,7 +191,7 @@ curl http://127.0.0.1:9080/apisix/admin/routes/102 -X PUT -d '
 优先级更高。
 
 一个插件在一次请求中只会执行一次,即使被同时绑定到多个不同对象中(比如 Route 或 Service)。
-插件运行先后顺序是根据插件自身的优先级来决定的,例如:[example-plugin](../doc/plugins/example-plugin.lua#L16)。
+插件运行先后顺序是根据插件自身的优先级来决定的,例如:[example-plugin](../lua/apisix/plugins/example-plugin.lua#L37)。
 
 插件配置作为 Route 或 Service 的一部分提交的,放到 `plugins` 下。它内部是使用插件
 名字作为哈希的 key 来保存不同插件的配置项。