You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2022/05/26 09:46:18 UTC

[dubbo-website] branch master updated: fix migration error link (#1066)

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

liujun 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 6ffe2a89d3 fix migration error link (#1066)
6ffe2a89d3 is described below

commit 6ffe2a89d39e8901989ec6a63c2ed7a808b8a39c
Author: Wang Chengming <63...@qq.com>
AuthorDate: Thu May 26 17:46:12 2022 +0800

    fix migration error link (#1066)
---
 content/zh/docs/examples/routing/_index.md    | 2 +-
 content/zh/docs/examples/service-discovery.md | 2 +-
 content/zh/docs/references/config-center.md   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/zh/docs/examples/routing/_index.md b/content/zh/docs/examples/routing/_index.md
index e1bc90fded..f27e11ec79 100644
--- a/content/zh/docs/examples/routing/_index.md
+++ b/content/zh/docs/examples/routing/_index.md
@@ -3,5 +3,5 @@ type: docs
 title: "路由规则"
 linkTitle: "路由规则"
 weight: 12
-description: "Dubbo在不同场景下使用的路由方案"
+description: "Dubbo在不同场景下使用的路由方案。"
 ---
diff --git a/content/zh/docs/examples/service-discovery.md b/content/zh/docs/examples/service-discovery.md
index 4314dc1cdf..7751fafc42 100644
--- a/content/zh/docs/examples/service-discovery.md
+++ b/content/zh/docs/examples/service-discovery.md
@@ -3,7 +3,7 @@ type: docs
 title: "应用级服务发现"
 linkTitle: "服务发现"
 weight: 30
-description: ""
+description: "应用级服务发现"
 ---
 
 ## 应用级服务发现简介
diff --git a/content/zh/docs/references/config-center.md b/content/zh/docs/references/config-center.md
index efba74d42b..d8675c6960 100644
--- a/content/zh/docs/references/config-center.md
+++ b/content/zh/docs/references/config-center.md
@@ -63,7 +63,7 @@ configCenter.setAddress("zookeeper://127.0.0.1:2181");
 - configurators,[覆盖规则](../../examples/config-rule)
 - tag-router,[标签路由](../../examples/routing-rule)
 - condition-router,[条件路由](../../examples/condition-router)
-- migration, [迁移规则](../../examples/todo)
+- migration,[迁移规则](../../migration/migration-service-discovery)
 
 #### Nacos
 
@@ -76,5 +76,5 @@ configCenter.setAddress("zookeeper://127.0.0.1:2181");
 - configurators,[覆盖规则](../../examples/config-rule)
 - tag-router,[标签路由](../../examples/routing-rule)
 - condition-router,[条件路由](../../examples/condition-router)
-- migration, [迁移规则](../../examples/todo)
+- migration,[迁移规则](../../migration/migration-service-discovery)