You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hy...@apache.org on 2021/11/25 01:57:27 UTC

[dubbo-website] branch master updated: fix service-container.md mistake link (#998)

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

hyunkun 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 085a73d  fix service-container.md mistake link (#998)
085a73d is described below

commit 085a73db59a545374ecce50965e3e983e8a2f04a
Author: Wang Chengming <63...@qq.com>
AuthorDate: Thu Nov 25 09:57:18 2021 +0800

    fix service-container.md mistake link (#998)
---
 content/zh/docs/advanced/service-container.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/zh/docs/advanced/service-container.md b/content/zh/docs/advanced/service-container.md
index 2e6c2ab..3e5c2ac 100644
--- a/content/zh/docs/advanced/service-container.md
+++ b/content/zh/docs/advanced/service-container.md
@@ -10,7 +10,7 @@ description: "使用 Dubbo 中的服务容器"
 
 服务容器只是一个简单的 Main 方法,并加载一个简单的 Spring 容器,用于暴露服务。
 
-服务容器的加载内容可以扩展,内置了 spring, jetty, log4j 等加载,可通过[容器扩展点](../../../dev/impls/container)进行扩展。配置配在 java 命令的 -D 参数或者 `dubbo.properties` 中。
+服务容器的加载内容可以扩展,内置了 spring, jetty, log4j 等加载,可通过[容器扩展点](../../references/spis/container)进行扩展。配置配在 java 命令的 -D 参数或者 `dubbo.properties` 中。
 
 ## 容器类型