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 2cc018e fix wrong link, the relative path is strange.
2cc018e is described below
commit 2cc018e63054492f21559d1329c0e83ab20c67d0
Author: ken.lj <[email protected]>
AuthorDate: Fri May 28 17:55:37 2021 +0800
fix wrong link, the relative path is strange.
---
.../docs/v3.0/migration/migration-and-compatibility-guide.md | 10 +++++-----
content/zh/docs/v3.0/migration/migration-service-discovery.md | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git
a/content/zh/docs/v3.0/migration/migration-and-compatibility-guide.md
b/content/zh/docs/v3.0/migration/migration-and-compatibility-guide.md
index caf9f18..f1534f8 100644
--- a/content/zh/docs/v3.0/migration/migration-and-compatibility-guide.md
+++ b/content/zh/docs/v3.0/migration/migration-and-compatibility-guide.md
@@ -33,14 +33,14 @@ description: "快速了解 Dubbo3 的升级步骤与兼容性"
Dubbo 3.0 提供的新特性包括:
* **新的地址发现模型(应用级服务发现)。**
- * 查看[应用级服务发现的迁移步骤](./migration-service-discovery)
+ * 查看[应用级服务发现的迁移步骤](../migration-service-discovery)
* 查看[应用级服务发现的使用方式]()
* 查看[应用级服务发现设计与实现]()。
* **下一代基于 HTTP/2 的 Triple 协议。**
- * 查看[Triple 协议迁移步骤](./migration-triple)
- * 查看 [Triple 协议使用方式](../references/tri)
+ * 查看[Triple 协议迁移步骤](../migration-triple)
+ * 查看 [Triple 协议使用方式](../../references/tri)
* 查看 Triple 协议设计与实现。
* **统一的路由规则。**
- * 查看[统一路由规则的迁移步骤](./migration-routingrule)
- * 查看[统一路由规则使用方式](../references/routerule)
+ * 查看[统一路由规则的迁移步骤](../migration-routingrule)
+ * 查看[统一路由规则使用方式](../../references/routerule)
* 查看统一路由规则设计与实现
\ No newline at end of file
diff --git a/content/zh/docs/v3.0/migration/migration-service-discovery.md
b/content/zh/docs/v3.0/migration/migration-service-discovery.md
index a470cf1..0b49ec1 100644
--- a/content/zh/docs/v3.0/migration/migration-service-discovery.md
+++ b/content/zh/docs/v3.0/migration/migration-service-discovery.md
@@ -157,4 +157,4 @@ services:
在这种情况下,我们追求的只能是尽量保持已升级应用的上下游实现版本及功能收敛。推动某些 Provider 的上游消费者都升级到
Dubbo3,这样就可以解除这部分 Provider 的双注册,要做到这一点,可能需要一些辅助统计工具的支持。
1. 要能分析出应用间的依赖关系,比如一个 Provdier 应用被哪些消费端应用消费,这可以通过 Dubbo 提供的服务元数据上报能力来实现。
-2. 要能知道每个应用当前使用的 dubbo 版本,可以通过扫描或者主动上报手段。
\ No newline at end of file
+2. 要能知道每个应用当前使用的 dubbo 版本,可以通过扫描或者主动上报手段。