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 2022/07/25 01:18:48 UTC

[dubbo-website] branch master updated: fix spi registry link (#1286)

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 1bc621d295 fix spi registry link (#1286)
1bc621d295 is described below

commit 1bc621d2959b06fe0b917999f1b7906523498846
Author: yucw01 <37...@qq.com>
AuthorDate: Mon Jul 25 09:18:43 2022 +0800

    fix spi registry link (#1286)
---
 .../java-sdk/advanced-features-and-usage/service/multi-registry.md      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/multi-registry.md b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/multi-registry.md
index b0a07c97e4..637dd46386 100644
--- a/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/multi-registry.md
+++ b/content/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/multi-registry.md
@@ -86,5 +86,5 @@ Dubbo 支持同一服务向多注册中心同时注册,或者不同服务分
 </beans>
 ```
 
-[^1]: 可以自行扩展注册中心,参见:[注册中心扩展](../../references/spis/registry)
+[^1]: 可以自行扩展注册中心,参见:[注册中心扩展](../../../reference-manual/spi/description/registry)