You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/10/21 03:07:58 UTC

[dubbo-website] branch master updated: fix routing-rule-deprecated error link (#976)

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

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 9cf6e10  fix routing-rule-deprecated error link (#976)
9cf6e10 is described below

commit 9cf6e10a10bd137d1aa8423179babc7d5cc7664a
Author: Wang Chengming <63...@qq.com>
AuthorDate: Thu Oct 21 11:07:52 2021 +0800

    fix routing-rule-deprecated error link (#976)
---
 content/zh/docs/advanced/routing-rule-deprecated.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs/advanced/routing-rule-deprecated.md b/content/zh/docs/advanced/routing-rule-deprecated.md
index ff15eac..4e92ff7 100644
--- a/content/zh/docs/advanced/routing-rule-deprecated.md
+++ b/content/zh/docs/advanced/routing-rule-deprecated.md
@@ -193,7 +193,7 @@ RpcContext.getContext().setAttachment(Constants.REQUEST_TAG_KEY,"red");
    
 
 [^1]: `2.2.0` 以上版本支持
-[^2]: 路由规则扩展点:[路由扩展](../../../dev/impls/router)
+[^2]: 路由规则扩展点:[路由扩展](../../references/spis/router)
 [^3]: 注意:一个服务只能有一条白名单规则,否则两条规则交叉,就都被筛选掉了
 [^4]: 注意:脚本没有沙箱约束,可执行任意代码,存在后门风险
 [^5]: 该特性在 `2.7.0` 以上版本支持