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/06/23 06:17:24 UTC

[dubbo-website] branch master updated: [fix] Hyperlink failure (#1130)

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 7669e73be1 [fix] Hyperlink failure (#1130)
7669e73be1 is described below

commit 7669e73be1e7113193297af6b8ca3a3818b9ac59
Author: JIAN ZHONG <11...@qq.com>
AuthorDate: Thu Jun 23 14:17:19 2022 +0800

    [fix] Hyperlink failure (#1130)
    
    * Update configuration.md
    
    * [fix] Hyperlink failure
---
 content/zh/docs/concepts/configuration.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/zh/docs/concepts/configuration.md b/content/zh/docs/concepts/configuration.md
index 9856d98517..c17c470742 100644
--- a/content/zh/docs/concepts/configuration.md
+++ b/content/zh/docs/concepts/configuration.md
@@ -38,9 +38,9 @@ Dubbo的配置来源有多种,配置项划分为多个配置组件,详细请
 
 Dubbo启动后监听服务治理相关的配置项,当配置发生变化时,会自动进行相应的处理。
 
-服务治理规则的用法介绍请参考 [服务治理和配置管理](../../references/governance)
+服务治理规则的用法介绍请参考 [服务治理和配置管理](../../docsv2.7/admin/ops/governance)
 
-服务治理规则的存储方法请参考 [配置中心#服务治理](../../references/config-center#服务治理)
+服务治理规则的存储方法请参考 [配置中心#服务治理](../../docsv2.7/user/configuration/config-center#服务治理)
 
 ## 动态配置项
 动态配置项一般用于控制动态开关。