You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2021/05/13 09:01:53 UTC

[servicecomb-java-chassis] branch master updated: [#2378]fix broken developer documentation link (#2380)

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

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 0eac3b2  [#2378]fix broken developer documentation link (#2380)
0eac3b2 is described below

commit 0eac3b2f9d8ca95d7429cb589e1ea1e4ba27fe9d
Author: bao liu <bi...@qq.com>
AuthorDate: Thu May 13 17:00:32 2021 +0800

    [#2378]fix broken developer documentation link (#2380)
---
 README.md    | 2 +-
 README_ZH.md | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 58d645d..5ba0632 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ public class HelloWorldConsumer  {
 
 Project documentation is available on the [ServiceComb Java Chassis Developer Guide][java-chassis-developer-guide].
 
-[java-chassis-developer-guide]: https://docs.servicecomb.io/java-chassis/en_US/
+[java-chassis-developer-guide]: http://servicecomb.gitee.io/servicecomb-java-chassis-doc/java-chassis/
 
 # Building
 
diff --git a/README_ZH.md b/README_ZH.md
index 47695c4..5a4f89b 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -6,7 +6,9 @@ Apache ServiceComb Java Chassis 给开发者提供一个快速构建微服务的
 * 多种通信协议, HTTP over Vert.x、Http Over Servlet、Highway等
 * 统一一致的服务提供者、服务消费者处理链,以及基于契约的开箱即用的服务治理能力
 
-开发者可以通过[设计选型参考](https://docs.servicecomb.io/java-chassis/zh_CN/start/design/)了解更多特性和设计原理。
+开发者可以通过[设计选型参考][design]了解更多特性和设计原理。
+
+[design]: http://servicecomb.gitee.io/servicecomb-java-chassis-doc/java-chassis/zh_CN/start/design/
 
 # 为什么使用Java Chassis
 
@@ -58,7 +60,7 @@ public class HelloWorldConsumer  {
 
 请访问 [ServiceComb Java Chassis 开发指南][java-chassis-developer-guide].
 
-[java-chassis-developer-guide]: https://docs.servicecomb.io/java-chassis/zh_CN/
+[java-chassis-developer-guide]:  http://servicecomb.gitee.io/servicecomb-java-chassis-doc/java-chassis/
 
 # 编译Java Chassis