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 06:51:36 UTC

[servicecomb-docs] branch master updated: update web address (#239)

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-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 927be35  update web address (#239)
927be35 is described below

commit 927be35f85829702a6bc7bbf8b590edb5f146f2b
Author: bao liu <bi...@qq.com>
AuthorDate: Thu May 13 14:51:22 2021 +0800

    update web address (#239)
---
 java-chassis-reference/README.md                      | 19 +++----------------
 .../zh_CN/docs/general-development/proxy.md           |  2 +-
 2 files changed, 4 insertions(+), 17 deletions(-)

diff --git a/java-chassis-reference/README.md b/java-chassis-reference/README.md
index 82ba102..4c91868 100644
--- a/java-chassis-reference/README.md
+++ b/java-chassis-reference/README.md
@@ -1,13 +1,7 @@
 
 ## 本项目是servicecomb-java-chassis开发指南。
 
-* [访问地址](https://docs.servicecomb.io/java-chassis/zh_CN/)
-
-* 编辑  
-  1. Fork本项目代码  
-  2. 方式一:直接编辑md源码  
-  3. 方式二:下载[GitBook Editor](https://legacy.gitbook.com/editor)编辑  
-  4. 提交PR
+* [访问地址][publish_site]
 
 * 发布/查看  
   1. 参考[MkDocs安装指南](https://www.mkdocs.org/#installation),安装MkDocs  
@@ -16,18 +10,11 @@
 
 ## This project is the servicecomb-java-chassis developers guide
 
-* [Web address](https://docs.servicecomb.io/java-chassis/en_US/)
-
-* Submit PR  
-  1. Fork this project  
-  2. Edit md source file, or  
-  3. Edit using [GitBook Editor](https://legacy.gitbook.com/editor)  
-  4. Submit PR
+* [Web address][publish_site]
 
 * Publish  
   1. see [MkDocs installation guide](https://www.mkdocs.org/#installation) 
   2. publish using command:mkdocs build -d ../docs
   3. for local reading:mkdocs serve
 
-
-
+[publish_site]: http://servicecomb.gitee.io/servicecomb-java-chassis-doc/java-chassis/
diff --git a/java-chassis-reference/zh_CN/docs/general-development/proxy.md b/java-chassis-reference/zh_CN/docs/general-development/proxy.md
index 700cbcd..47be42e 100644
--- a/java-chassis-reference/zh_CN/docs/general-development/proxy.md
+++ b/java-chassis-reference/zh_CN/docs/general-development/proxy.md
@@ -1,6 +1,6 @@
 # 代理设置
 
-作为一名开发者,在公司开发环境,可能是通过公司代理网络接入到因特网。如果调试服务时还必须依赖网上资源,比如直接连接共有云服务中心,那么就必须配置代理。
+作为一名开发者,在公司开发环境,可能是通过公司代理网络接入到因特网。如果调试服务时还必须依赖网上资源,比如直接连接公有云服务中心,那么就必须配置代理。
 
 配置方式,在 microservice.yaml 文件增加 proxy 配置: