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 69b05f0  Fix doc extensibility (#929)
69b05f0 is described below

commit 69b05f029bcef6df361d1df713b8af61b8bdc65c
Author: Wang Chengming <[email protected]>
AuthorDate: Fri Sep 3 21:12:36 2021 +0800

    Fix doc extensibility (#929)
    
    * fix doc extensibility
    
    * fix doc extensibility
---
 content/zh/docs/concepts/extensibility.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs/concepts/extensibility.md 
b/content/zh/docs/concepts/extensibility.md
index 953e4858..2923d72 100644
--- a/content/zh/docs/concepts/extensibility.md
+++ b/content/zh/docs/concepts/extensibility.md
@@ -98,4 +98,4 @@ Dubbo 扩展能力使得 Dubbo 项目很方便的切分成一个一个的子模
 * 如果你需要实现自定义的注册中心,你可以使用 Dubbo 扩展能力。
 * 如果你需要实现自定义的过滤器,你可以使用 Dubbo 扩展能力。
 
-Dubbo 扩展平等的对待内部实现和第三方实现。更多使用场景,参见 [SPI 扩展实现](../references/)
\ No newline at end of file
+Dubbo 扩展平等的对待内部实现和第三方实现。更多使用场景,参见 [SPI 扩展实现](../../references/spis/)
\ No newline at end of file

Reply via email to