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

ningjiang pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 243dcec  SCB-116 update the repo address in ServiceComb (#14)
243dcec is described below

commit 243dcecbf7a5c60b2067f6aa8e1fb7072f7c6728
Author: Eric Lee <dagang...@huawei.com>
AuthorDate: Mon Dec 25 14:01:48 2017 +0800

    SCB-116 update the repo address in ServiceComb (#14)
    
    Signed-off-by: Eric Lee <dagang...@huawei.com>
---
 _developers/cn/developer-guide.md                  | 12 +++++------
 _developers/cn/setup-develop-environment.md        |  4 ++--
 _developers/cn/submit-codes.md                     |  2 +-
 _developers/developer-guide.md                     | 24 +++++++++++-----------
 _developers/setup-develop-environment.md           |  4 ++--
 _developers/submit-codes.md                        |  2 +-
 _docs/cn/load-balance.md                           |  2 +-
 _docs/cn/quick-start-bmi.md                        |  2 +-
 _docs/cn/quick-start-dataconsistency.md            |  6 +++---
 _docs/cn/quick-start.md                            |  2 +-
 _docs/load-balance.md                              |  2 +-
 _docs/quick-start-bmi.md                           |  2 +-
 _docs/quick-start-dataconsistency.md               |  6 +++---
 _docs/quick-start.md                               |  2 +-
 _faqs/cn/faq.md                                    |  4 ++--
 _faqs/faq.md                                       |  2 +-
 _includes/footer.html                              |  4 ++--
 _pages/cn/home.md                                  |  6 +++---
 _pages/home.md                                     |  6 +++---
 _posts/2017-06-15-linuxcon-workshop-demo.md        |  8 ++++----
 _posts/2017-06-24-go-to-cloud.md                   |  2 +-
 _posts/2017-08-09-communication-btw-sc-ms.md       |  4 ++--
 _posts/2017-09-13-saga-background.md               |  4 ++--
 _posts/2017-10-23-how-to-reform-a-legacy-system.md |  2 +-
 _posts/2017-10-28-service-center-ui.md             |  2 +-
 _posts/cn/2017-06-15-linuxcon-workshop-demo.md     |  8 ++++----
 _posts/cn/2017-06-24-go-to-cloud.md                |  2 +-
 _posts/cn/2017-08-09-communication-btw-sc-ms.md    |  4 ++--
 _posts/cn/2017-09-13-saga-background.md            |  4 ++--
 .../cn/2017-09-14-maven-dependency-management.md   |  2 +-
 .../cn/2017-10-23-how-to-reform-a-legacy-system.md |  2 +-
 _posts/cn/2017-10-28-service-center-ui.md          |  2 +-
 _users/cn/setup-environment.md                     |  4 ++--
 _users/faq.md                                      |  2 +-
 _users/setup-environment.md                        |  4 ++--
 35 files changed, 75 insertions(+), 75 deletions(-)

diff --git a/_developers/cn/developer-guide.md 
b/_developers/cn/developer-guide.md
index 58ea893..bd79818 100644
--- a/_developers/cn/developer-guide.md
+++ b/_developers/cn/developer-guide.md
@@ -7,18 +7,18 @@ excerpt: "开发者指南"
 last_modified_at: 2017-06-24T19:18:43+08:00
 ---
 
-**ServiceComb** 项目托管在[Github](https://github.com/ServiceComb)上,其各子项目如下表所示:
+**ServiceComb** 
项目托管在[Github](https://github.com/apache?q=incubator-servicecomb)上,其各子项目如下表所示:
 
 | 项目名                                                                        | 
项目简介                   | 编程语言 |
 
|-------------------------------------------------------------------------------|----------------------------|----------|
-| [Java Chassis](https://github.com/ServiceComb/ServiceComb-Java-Chassis)      
 | Java微服务框架(SDK)      | Java     |
-| [Service Center](https://github.com/ServiceComb/service-center)              
 | 服务中心(服务注册及发现) | Go       |
-| [Saga](https://github.com/ServiceComb/saga)                                  
 | 微服务数据最终一致性实现   | Java     |
-| 
[ServiceComb.github.io](https://github.com/ServiceComb/ServiceComb.github.io) | 
ServiceComb网站            | Markdown |
+| [Java Chassis](https://github.com/apache/incubator-servicecomb-java-chassis) 
      | Java微服务框架(SDK)      | Java     |
+| [Service 
Center](https://github.com/apache/incubator-servicecomb-service-center)         
      | 服务中心(服务注册及发现) | Go       |
+| [Saga](https://github.com/apache/incubator-servicecomb-saga)                 
                  | 微服务数据最终一致性实现   | Java     |
+| [Website](https://github.com/apache/incubator-servicecomb-website) | 
ServiceComb网站            | Markdown |
 
 参与 ServiceComb 
项目并为其作出贡献的方法有很多:代码实现、测试编写、流程工具改进、文档完善等。您可以选择上述任何一个或多个感兴趣的项目进行贡献。具体贡献事宜可参考以下指南:
 
 * 
[开发环境准备](/cn/developers/setup-develop-environment/):主要介绍git,JDK,Maven以及IDE的安装及配置。
 * 
[代码提交指南](/cn/developers/submit-codes/):主要介绍功能特性需求及现有bug的获取途径,提交代码前的测试事宜,如何提交PR以及如何解决冲突等。
 
-同时,也欢迎您加入[ServiceComb开发者群组](https://groups.google.com/forum/#!forum/servicecomb-developers)了解
 ServiceComb 项目的开发动态以及进行话题讨论。
+同时,也欢迎您订阅[ServiceComb邮件列表](mailto:dev-subscr...@servicecomb.incubator.apache.org)了解
 ServiceComb 项目的开发动态以及进行话题讨论。
diff --git a/_developers/cn/setup-develop-environment.md 
b/_developers/cn/setup-develop-environment.md
index 5ca7028..270802e 100644
--- a/_developers/cn/setup-develop-environment.md
+++ b/_developers/cn/setup-develop-environment.md
@@ -26,10 +26,10 @@ last_modified_at: 2017-06-24T18:48:43+08:00
    ```
 
    
其中,请将\<your-user-name\>和\<your-email-address\>替换为您在Github上注册用到的用户名和邮箱信息。设置免密码提交代码可参考[Git免密码提交代码教程](https://stackoverflow.com/a/8588786){:target="_blank"}。
-3. 获取项目代码。以 
[ServiceComb-Java-Chassis](https://github.com/ServiceComb/ServiceComb-Java-Chassis)
 项目为例,可直接执行以下指令获取代码:
+3. 获取项目代码。以 
[ServiceComb-Java-Chassis](https://github.com/apache/incubator-servicecomb-java-chassis)
 项目为例,可直接执行以下指令获取代码:
 
    ```bash
-   git clone https://github.com/ServiceComb/ServiceComb-Java-Chassis
+   git clone https://github.com/apache/incubator-servicecomb-java-chassis.git
    ```
    
 ## IDE 环境配置
diff --git a/_developers/cn/submit-codes.md b/_developers/cn/submit-codes.md
index 56f2c1f..3610b33 100644
--- a/_developers/cn/submit-codes.md
+++ b/_developers/cn/submit-codes.md
@@ -12,7 +12,7 @@ last_modified_at: 2017-09-08T20:26:43-20:46
 ## 贡献途径
   ServiceComb正在不断成长中,也希望能找到更多志同道合的同伴一起成长和进步。向ServiceComb 贡献的途径有多种:
 * 
完善文档。完善网站上的文档或者项目中的介绍文档和API说明文档。其中,网站文档的完善可通过网站最底端的**报告本网页问题**或**在Github上编辑此页**对文档内容进行完善。
-* 
实现功能特性需求或修复BUG。项目的功能特性需求或者已发现但未修复的BUG都会在项目中的issue处看到,以[Saga](https://github.com/ServiceComb/saga/issues)项目为例,一般都会带有类似
 **enhancement** 或类似 **bug** 
的标签来说明这是功能需求还是BUG,读者可以结合自己的兴趣点来选择。此外,您也可以通过日常使用或阅读代码时发现BUG并以Issue的方式进行描述并针对该BUG提交PR,帮助我们进一步改进。同时,也欢迎您提出需求并在实现后提交PR。
+* 
实现功能特性需求或修复BUG。项目的功能特性需求或者已发现但未修复的BUG都会在项目中的issue处看到,以[Saga](https://github.com/apache/incubator-servicecomb-saga/issues)项目为例,一般都会带有类似
 **enhancement** 或类似 **bug** 
的标签来说明这是功能需求还是BUG,读者可以结合自己的兴趣点来选择。此外,您也可以通过日常使用或阅读代码时发现BUG并以Issue的方式进行描述并针对该BUG提交PR,帮助我们进一步改进。同时,也欢迎您提出需求并在实现后提交PR。
 
    ![寻觅功能需求示例](/assets/images/find-features-by-example.png){: .align-center}
 
diff --git a/_developers/developer-guide.md b/_developers/developer-guide.md
index eb64425..392c3b6 100644
--- a/_developers/developer-guide.md
+++ b/_developers/developer-guide.md
@@ -1,24 +1,24 @@
 ---
-title: "开发者指南"
+title: "Developer Guide"
 lang: en
 ref: developer-guide
 permalink: /developers/
-excerpt: "开发者指南"
+excerpt: "Developer Guide"
 last_modified_at: 2017-06-24T19:18:43+08:00
 ---
 
-**ServiceComb** 项目托管在[Github](https://github.com/ServiceComb)上,其各子项目如下表所示:
+**ServiceComb** is hosted on 
[Github](https://github.com/apache?q=incubator-servicecomb), it has the 
following sub-projects:
 
-| 项目名                                                                        | 
项目简介                   | 编程语言 |
+| Project Name | Project Introduction | Programming Language |
 
|-------------------------------------------------------------------------------|----------------------------|----------|
-| [Java Chassis](https://github.com/ServiceComb/ServiceComb-Java-Chassis)      
 | Java微服务框架(SDK)      | Java     |
-| [Service Center](https://github.com/ServiceComb/service-center)              
 | 服务中心(服务注册及发现) | Go       |
-| [Saga](https://github.com/ServiceComb/saga)                                  
 | 微服务数据最终一致性实现   | Java     |
-| 
[ServiceComb.github.io](https://github.com/ServiceComb/ServiceComb.github.io) | 
ServiceComb网站            | Markdown |
+| [Java Chassis](https://github.com/apache/incubator-servicecomb-java-chassis) 
     | Java Microservice Framework(SDK) | Java     |
+| [Service 
Center](https://github.com/apache/incubator-servicecomb-service-center)         
      | Service registration and discovery | Go       |
+| [Saga](https://github.com/apache/incubator-servicecomb-saga)                 
                  | Data Eventually Consistency Solution for Microservice | 
Java     |
+| [Website](https://github.com/apache/incubator-servicecomb-website) | 
ServiceComb Website | Markdown |
 
-参与 ServiceComb 
项目并为其作出贡献的方法有很多:代码实现、测试编写、流程工具改进、文档完善等。您可以选择上述任何一个或多个感兴趣的项目进行贡献。具体贡献事宜可参考以下指南:
+There are many ways to get involved in ServiceComb and contribute to it, e.g. 
submit codes, submit tests, tools improvements, document improvements. You can 
contribute to one or more interested projects. You can refer to the following 
guide about how to contribute to this community.
 
-* 
[开发环境准备](/developers/setup-develop-environment/):主要介绍git,JDK,Maven以及IDE的安装及配置。
-* 
[代码提交指南](/developers/submit-codes/):主要介绍功能特性需求及现有bug的获取途径,提交代码前的测试事宜,如何提交PR以及如何解决冲突等。
+* [Setup Develop Environment](/developers/setup-develop-environment/). 
Introduce how to install and setup git, JDK, Maven and IDE(IntelliJ).
+* [Code Submit Guide](/developers/submit-codes/). Introduce how to get 
involved with development of ServiceComb and how to submit codes.
 
-同时,也欢迎您加入[ServiceComb开发者群组](https://groups.google.com/forum/#!forum/servicecomb-developers)了解
 ServiceComb 项目的开发动态以及进行话题讨论。
+In the meanwhile, welcome to subscribe the [ServiceComb mailing 
list](mailto:dev-subscr...@servicecomb.incubator.apache.org) to keep track of 
the development status of ServiceComb community and discuss with us.
diff --git a/_developers/setup-develop-environment.md 
b/_developers/setup-develop-environment.md
index f5c741e..70ada48 100644
--- a/_developers/setup-develop-environment.md
+++ b/_developers/setup-develop-environment.md
@@ -26,10 +26,10 @@ last_modified_at: 2017-06-24T18:48:43+08:00
    ```
 
    
其中,请将\<your-user-name\>和\<your-email-address\>替换为您在Github上注册用到的用户名和邮箱信息。设置免密码提交代码可参考[Git免密码提交代码教程](https://stackoverflow.com/a/8588786){:target="_blank"}。
-3. 获取项目代码。以 
[ServiceComb-Java-Chassis](https://github.com/ServiceComb/ServiceComb-Java-Chassis)
 项目为例,可直接执行以下指令获取代码:
+3. 获取项目代码。以 
[ServiceComb-Java-Chassis](https://github.com/apache/incubator-servicecomb-java-chassis.git)
 项目为例,可直接执行以下指令获取代码:
 
    ```bash
-   git clone https://github.com/ServiceComb/ServiceComb-Java-Chassis
+   git clone https://github.com/apache/incubator-servicecomb-java-chassis.git
    ```
    
 ## IDE 环境配置
diff --git a/_developers/submit-codes.md b/_developers/submit-codes.md
index 5e4d988..77b5b9d 100644
--- a/_developers/submit-codes.md
+++ b/_developers/submit-codes.md
@@ -12,7 +12,7 @@ last_modified_at: 2017-09-08T20:26:43-20:46
 ## 贡献途径
   ServiceComb正在不断成长中,也希望能找到更多志同道合的同伴一起成长和进步。向ServiceComb 贡献的途径有多种:
 * 
完善文档。完善网站上的文档或者项目中的介绍文档和API说明文档。其中,网站文档的完善可通过网站最底端的**报告本网页问题**或**在Github上编辑此页**对文档内容进行完善。
-* 
实现功能特性需求或修复BUG。项目的功能特性需求或者已发现但未修复的BUG都会在项目中的issue处看到,以[Saga](https://github.com/ServiceComb/saga/issues)项目为例,一般都会带有类似
 **enhancement** 或类似 **bug** 
的标签来说明这是功能需求还是BUG,读者可以结合自己的兴趣点来选择。此外,您也可以通过日常使用或阅读代码时发现BUG并以Issue的方式进行描述并针对该BUG提交PR,帮助我们进一步改进。同时,也欢迎您提出需求并在实现后提交PR。
+* 
实现功能特性需求或修复BUG。项目的功能特性需求或者已发现但未修复的BUG都会在项目中的issue处看到,以[Saga](https://github.com/apache/incubator-servicecomb-saga/issues)项目为例,一般都会带有类似
 **enhancement** 或类似 **bug** 
的标签来说明这是功能需求还是BUG,读者可以结合自己的兴趣点来选择。此外,您也可以通过日常使用或阅读代码时发现BUG并以Issue的方式进行描述并针对该BUG提交PR,帮助我们进一步改进。同时,也欢迎您提出需求并在实现后提交PR。
 
    ![寻觅功能需求示例](/assets/images/find-features-by-example.png){: .align-center}
 
diff --git a/_docs/cn/load-balance.md b/_docs/cn/load-balance.md
index f1c2b9d..c70d483 100644
--- a/_docs/cn/load-balance.md
+++ b/_docs/cn/load-balance.md
@@ -26,7 +26,7 @@ last_modified_at: 2017-09-03T10:01:43-04:00
 mvn spring-boot:run -Drun.jvmArguments="-Dcse.rest.address=0.0.0.0:7778"
 ```
 
-为了便于区分不同的运行实例,在体质指数计算器的实现中新增了返回实例ID和运行时间的接口,详情可查看[体质指数计算器的完整实现代码](https://github.com/ServiceComb/ServiceComb-Java-Chassis/tree/master/samples/bmi/calculator)。而为了避免端口冲突,新的实例在另一个端口上运行。
+为了便于区分不同的运行实例,在体质指数计算器的实现中新增了返回实例ID和运行时间的接口,详情可查看[体质指数计算器的完整实现代码](https://github.com/apache/incubator-servicecomb-java-chassis/tree/master/samples/bmi/calculator)。而为了避免端口冲突,新的实例在另一个端口上运行。
 
 此时点击 *Submit* 按钮就可以看到如下两个界面中的实例ID交替出现。
 
diff --git a/_docs/cn/quick-start-bmi.md b/_docs/cn/quick-start-bmi.md
index ada079e..caca144 100644
--- a/_docs/cn/quick-start-bmi.md
+++ b/_docs/cn/quick-start-bmi.md
@@ -41,7 +41,7 @@ last_modified_at: 2017-09-04T10:01:43-04:00
 ```
 **注意**: `java-chassis-dependencies` 这个依赖是以pom的形式导入来统一项目中的依赖项的版本管理。
 
-下面将对这两个微服务的实现进行介绍,其代码已托管于[github](https://github.com/ServiceComb/ServiceComb-Java-Chassis/tree/master/samples/bmi)上。
+下面将对这两个微服务的实现进行介绍,其代码已托管于[github](https://github.com/apache/incubator-servicecomb-java-chassis/tree/master/samples/bmi)上。
 ### 体质指数计算器实现
 体质指数计算器提供运算服务,其实现分为三部分:
 
diff --git a/_docs/cn/quick-start-dataconsistency.md 
b/_docs/cn/quick-start-dataconsistency.md
index 2d1e64f..372a9b0 100644
--- a/_docs/cn/quick-start-dataconsistency.md
+++ b/_docs/cn/quick-start-dataconsistency.md
@@ -23,14 +23,14 @@ last_modified_at: 2017-09-19T11:50:10-04:00
 
 ## 运行demo
 
-注:Demo 集成在 [ServiceComb-Saga](https://github.com/ServiceComb/ServiceComb-Saga) 
项目中。
+注:Demo 集成在 
[ServiceComb-Saga](https://github.com/apache/incubator-servicecomb-saga) 项目中。
 
 1. 准备环境
 - [Oracle JDK 
1.8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
 - [Maven 3.x](https://maven.apache.org/install.html)
 - [Docker](https://www.docker.com/get-docker)
 - [MySQL](https://dev.mysql.com/downloads/)
-- [Service Center](https://github.com/ServiceComb/service-center)
+- [Service 
Center](https://github.com/apache/incubator-servicecomb-service-center)
 - [Docker compose](https://docs.docker.com/compose/install/)
 
 2. 配置服务
@@ -145,7 +145,7 @@ last_modified_at: 2017-09-19T11:50:10-04:00
 
 ## 验证
 
-1. 参照 [Saga 
API](https://github.com/ServiceComb/ServiceComb-Saga/blob/master/docs/api/api.md)
 说明,设定各服务的事务、补偿、依赖和恢复参数,并保存为 *request.json* 文件
+1. 参照 [Saga 
API](https://github.com/apache/incubator-servicecomb-saga/blob/master/docs/api/api.md)
 说明,设定各服务的事务、补偿、依赖和恢复参数,并保存为 *request.json* 文件
 
        ```json
        {
diff --git a/_docs/cn/quick-start.md b/_docs/cn/quick-start.md
index 2642b8c..0a2f23d 100644
--- a/_docs/cn/quick-start.md
+++ b/_docs/cn/quick-start.md
@@ -19,7 +19,7 @@ last_modified_at: 2017-09-03T10:01:43-04:00
 * 安装 ServiceComb Java Chassis(SDK),执行以下指令:
 
    ```bash
-   git clone https://github.com/ServiceComb/ServiceComb-Java-Chassis.git
+   git clone https://github.com/apache/incubator-servicecomb-java-chassis.git
    cd ServiceComb-Java-Chassis
    mvn clean install -DskipTests
    ```
diff --git a/_docs/load-balance.md b/_docs/load-balance.md
index cf3ecec..590dd30 100644
--- a/_docs/load-balance.md
+++ b/_docs/load-balance.md
@@ -25,7 +25,7 @@ Run one more *BMI calculator service* with the following 
command:
 mvn spring-boot:run -Drun.jvmArguments="-Dcse.rest.address=0.0.0.0:7778"
 ```
 
-To better distinguish different running instances, we added a new interface 
that returns instance id in the implementation of BMI calculator, details can 
refer to [the implementation of BMI 
calculator](https://github.com/ServiceComb/ServiceComb-Java-Chassis/tree/master/samples/bmi/calculator).
 Besides, a different service port is needed to avoid port conflict.
+To better distinguish different running instances, we added a new interface 
that returns instance id in the implementation of BMI calculator, details can 
refer to [the implementation of BMI 
calculator](https://github.com/apache/incubator-servicecomb-java-chassis/tree/master/samples/bmi/calculator).
 Besides, a different service port is needed to avoid port conflict.
 
 Now you can see the instance id in the following figures shows up alternately 
by clicking the *Submit* button.
 
diff --git a/_docs/quick-start-bmi.md b/_docs/quick-start-bmi.md
index e5ec9f4..75f4700 100644
--- a/_docs/quick-start-bmi.md
+++ b/_docs/quick-start-bmi.md
@@ -41,7 +41,7 @@ Before we start, we need to add some common dependencies in 
the parent project o
 ```
 **Notice**: The `java-chassis-dependencies` is imported as pom to unify 
version management of dependencies.
 
-Now we will introduce the detailed implementation of these two microservices. 
The full code is on 
[github](https://github.com/ServiceComb/ServiceComb-Java-Chassis/tree/master/samples/bmi).
+Now we will introduce the detailed implementation of these two microservices. 
The full code is on 
[github](https://github.com/apache/incubator-servicecomb-java-chassis/tree/master/samples/bmi).
 ### Implementation of calculator
 The calculator service provides capability of calculating BMI. It contains 
three parts:
 
diff --git a/_docs/quick-start-dataconsistency.md 
b/_docs/quick-start-dataconsistency.md
index 9d4b32e..ab6112c 100644
--- a/_docs/quick-start-dataconsistency.md
+++ b/_docs/quick-start-dataconsistency.md
@@ -22,14 +22,14 @@ Travel application demo including four services
 
 ## Running Demo
 
-Note, demo is in the 
[ServiceComb-Saga](https://github.com/ServiceComb/ServiceComb-Saga) project.
+Note, demo is in the 
[ServiceComb-Saga](https://github.com/apache/incubator-servicecomb-saga) 
project.
 
 1. Prerequisites
 - [Oracle JDK 
1.8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
 - [Maven 3.x](https://maven.apache.org/install.html)
 - [Docker](https://www.docker.com/get-docker)
 - [MySQL](https://dev.mysql.com/downloads/)
-- [Service Center](https://github.com/ServiceComb/service-center)
+- [Service 
Center](https://github.com/apache/incubator-servicecomb-service-center)
 - [Docker compose](https://docs.docker.com/compose/install/)
 
 2. Configuration
@@ -145,7 +145,7 @@ Note, demo is in the 
[ServiceComb-Saga](https://github.com/ServiceComb/ServiceCo
 
 ## Verify services
 
-1. Use [Saga 
API](https://github.com/ServiceComb/ServiceComb-Saga/blob/master/docs/api/api.md)
 to set request content and save it to *request.json*
+1. Use [Saga 
API](https://github.com/apache/incubator-servicecomb-saga/blob/master/docs/api/api.md)
 to set request content and save it to *request.json*
 
        ```json
        {
diff --git a/_docs/quick-start.md b/_docs/quick-start.md
index 5aaa9db..92a3023 100644
--- a/_docs/quick-start.md
+++ b/_docs/quick-start.md
@@ -19,7 +19,7 @@ last_modified_at: 2017-09-06T00:50:43-55:00
 * Install ServiceComb Java Chassis(SDK) by executing the following commands.
 
    ```bash
-   git clone https://github.com/ServiceComb/ServiceComb-Java-Chassis.git
+   git clone https://github.com/apache/incubator-servicecomb-java-chassis.git
    cd ServiceComb-Java-Chassis
    mvn clean install -DskipTests
    ```
diff --git a/_faqs/cn/faq.md b/_faqs/cn/faq.md
index 3a2002f..c2d7ac0 100755
--- a/_faqs/cn/faq.md
+++ b/_faqs/cn/faq.md
@@ -44,7 +44,7 @@ redirect_from:
 
 * **Q: 服务接口的返回类型可以是任意类型吗?还是必须是responseEntity?**
 
-   A: 
可以,具体可以参考java-chassis的[integration-test的实现](https://github.com/ServiceComb/java-chassis/blob/master/integration-tests/springmvc-tests/src/test/java/io/servicecomb/demo/springmvc/tests/SpringMvcIntegrationTestBase.java#L145)。
+   A: 
可以,具体可以参考java-chassis的[integration-test的实现](https://github.com/apache/incubator-servicecomb-java-chassis/blob/master/integration-tests/springmvc-tests/src/test/java/io/servicecomb/demo/springmvc/tests/SpringMvcIntegrationTestBase.java)。
 
 * **Q: 微服务启动后,无法正确调用接口,使用的代码为:**
 
@@ -525,4 +525,4 @@ redirect_from:
   
 * **Q: 微服务运行时抛出异常:` java.lang.Error:not support def type:calss 
io.swagger.models.properties BaseIntegerProperty`?**
 
-   A: 可将Service Center升级至0.4.0+版本来解决,[Service 
Center最新版本传送门](https://github.com/ServiceComb/service-center/releases)。
+   A: 可将Service Center升级至0.4.0+版本来解决,[Service 
Center最新版本传送门](https://github.com/apache/incubator-servicecomb-service-center/releases)。
diff --git a/_faqs/faq.md b/_faqs/faq.md
index 9738dab..c123c7f 100644
--- a/_faqs/faq.md
+++ b/_faqs/faq.md
@@ -33,7 +33,7 @@ last_modified_at: 2017-10-29T10:01:43-04:00
 
 5. **Q: Are there any restrictions of the return type of our API? Should it be 
the type of ResponseEntity?**
 
-   A: No, examples can refer to [the implementation of 
integration-test](https://github.com/ServiceComb/java-chassis/blob/master/integration-tests/springmvc-tests/src/test/java/io/servicecomb/demo/springmvc/tests/SpringMvcIntegrationTestBase.java#L145)
 in java-chassis.
+   A: No, examples can refer to [the implementation of 
integration-test](https://github.com/apache/incubator-servicecomb-java-chassis/blob/master/integration-tests/springmvc-tests/src/test/java/io/servicecomb/demo/springmvc/tests/SpringMvcIntegrationTestBase.java)
 in java-chassis.
 
 6. **Q: Our API can not be accessed after microservices are up. It just 
returns *404 Not Found*. The codes we use is as follows:**
 
diff --git a/_includes/footer.html b/_includes/footer.html
index d051155..dbbdb6e 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -17,8 +17,8 @@
     <div class="col">
       <ul>
         <p class="header">{{ site.data.ui-text[page.lang].contribute | 
default: "Contribute" }}</p>
-        <li><a 
href="https://github.com/ServiceComb/ServiceComb.github.io/issues/new?title=Issue
 with {{page.path}}">{{ site.data.ui-text[page.lang].report_issue | default: 
"Report a Doc Issue" }}</a></li>
-        <li><a 
href="https://github.com/ServiceComb/ServiceComb.github.io/edit/master/{{page.path}}";>{{
 site.data.ui-text[page.lang].edit_page | default: "Edit This Page on Github" 
}}</a></li>
+        <li><a 
href="https://github.com/apache/incubator-servicecomb-website/issues/new?title=Issue
 with {{page.path}}">{{ site.data.ui-text[page.lang].report_issue | default: 
"Report a Doc Issue" }}</a></li>
+        <li><a 
href="https://github.com/apache/incubator-servicecomb-website/edit/master/{{page.path}}";>{{
 site.data.ui-text[page.lang].edit_page | default: "Edit This Page on Github" 
}}</a></li>
         <li><a href="{{ prefix }}/developers/submit-codes/">{{ 
site.data.ui-text[page.lang].code_submit_guide | default: "Code Submit Guide" 
}}</a></li>
       </ul>
     </div>
diff --git a/_pages/cn/home.md b/_pages/cn/home.md
index 569a346..9483ee9 100644
--- a/_pages/cn/home.md
+++ b/_pages/cn/home.md
@@ -11,9 +11,9 @@ excerpt: 'ServiceComb提供了一套包含代码框架生成,服务注册发
 
 <div class="excerpt-label">最新发布版本:</div>
 <div class="button-group">
-<a href="https://github.com/ServiceComb/java-chassis/releases/tag/0.5.0"; 
class="home-button btn--info">Java开发包 v0.5.0</a>
-<a href="https://github.com/ServiceComb/service-center/releases/tag/0.5.0"; 
class="home-button btn--info">服务中心 v0.5.0</a>
-<a 
href="https://github.com/ServiceComb/ServiceComb-Saga/releases/tag/saga-0.0.2"; 
class="home-button btn--info">Saga v0.0.2</a>
+<a 
href="https://github.com/apache/incubator-servicecomb-java-chassis/releases/tag/0.5.0";
 class="home-button btn--info">Java 开发包 v0.5.0</a>
+<a 
href="https://github.com/apache/incubator-servicecomb-service-center/releases/tag/0.5.0";
 class="home-button btn--info">服务中心v0.5.0</a>
+<a 
href="https://github.com/apache/incubator-servicecomb-saga/releases/tag/saga-0.0.2";
 class="home-button btn--info">Saga v0.0.2</a>
 </div>'
 
 intro:
diff --git a/_pages/home.md b/_pages/home.md
index 08091e9..659d5f0 100644
--- a/_pages/home.md
+++ b/_pages/home.md
@@ -10,9 +10,9 @@ excerpt: 'ServiceComb is a microservice framework with full 
functionality of ser
 
 <div class="excerpt-label">Latest release:</div>
 <div class="button-group">
-<a href="https://github.com/ServiceComb/java-chassis/releases/tag/0.5.0"; 
class="home-button btn--info">Java SDK v0.5.0</a>
-<a href="https://github.com/ServiceComb/service-center/releases/tag/0.5.0"; 
class="home-button btn--info">Service Center v0.5.0</a>
-<a 
href="https://github.com/ServiceComb/ServiceComb-Saga/releases/tag/saga-0.0.2"; 
class="home-button btn--info">Saga v0.0.2</a>
+<a 
href="https://github.com/apache/incubator-servicecomb-java-chassis/releases/tag/0.5.0";
 class="home-button btn--info">Java SDK v0.5.0</a>
+<a 
href="https://github.com/apache/incubator-servicecomb-service-center/releases/tag/0.5.0";
 class="home-button btn--info">Service Center v0.5.0</a>
+<a 
href="https://github.com/apache/incubator-servicecomb-saga/releases/tag/saga-0.0.2";
 class="home-button btn--info">Saga v0.0.2</a>
 </div>'
 
 intro:
diff --git a/_posts/2017-06-15-linuxcon-workshop-demo.md 
b/_posts/2017-06-15-linuxcon-workshop-demo.md
index a3fad9c..09ff5c1 100644
--- a/_posts/2017-06-15-linuxcon-workshop-demo.md
+++ b/_posts/2017-06-15-linuxcon-workshop-demo.md
@@ -142,7 +142,7 @@ public class FibonacciRpcEndpoint implements 
FibonacciEndpoint {
 ```
 
 这里用 `@RestSchema` 和 `@RpcSchema` 注释两个端点后,`ServiceComb` 会自动生成对应的服务端点契约,根据如下
-`microsevice.yaml` 配置端点端口,并将契约和服务一起注册到[Service 
Center](https://github.com/ServiceComb/service-center):
+`microsevice.yaml` 配置端点端口,并将契约和服务一起注册到[Service 
Center](https://github.com/apache/incubator-servicecomb-service-center):
 
 ```yaml
 # all interconnected microservices must belong to an application wth the same 
ID
@@ -178,7 +178,7 @@ public class WorkerApplication {
 ## 告示栏 (Bulletin Board)
 
**告示栏**提供为**门卫**、**技工**和**养蜂人**注册联系方式的设施,同时**经理**和**养蜂人**可通过此设施查询注册方的联系方式,以方便匹配能力的提供和消费。
 
-`Service Center` 
提供契约和服务注册、发现功能,而且校验服务提供方和消费方的契约是否匹配,我们可以[下载](https://github.com/ServiceComb/service-center/releases)编译好的版本直接运行。
+`Service Center` 
提供契约和服务注册、发现功能,而且校验服务提供方和消费方的契约是否匹配,我们可以[下载](https://github.com/apache/incubator-servicecomb-service-center/releases)编译好的版本直接运行。
 
 ## 养蜂人 (Beekeeper)
 **养蜂人**研究蜜蜂繁殖规律,计算每只蜜蜂 (雄蜂/雌蜂) 
的祖先数量。因为蜜蜂繁殖规律和黄金分割数列相关,所以**养蜂人**同时消费**技工**提供的计算服务。
@@ -236,7 +236,7 @@ class BeekeeperServiceImpl implements BeekeeperService {
 ```
 
 这里我们用到之前定义的 `FibonacciCalculator` 接口,并希望通过这个接口远程调用**技工**服务端点。`@RpcReference`
-注释能帮助我们自动从[Service Center](https://github.com/ServiceComb/service-center)中获取
+注释能帮助我们自动从[Service 
Center](https://github.com/apache/incubator-servicecomb-service-center)中获取
 `microserviceName = "worker", schemaId = "fibonacciRpcEndpoint"` , 即服务名为 
`worker` 已经schema ID为
 `fibonacciRpcEndpoint`的端点:
 
@@ -491,7 +491,7 @@ cse:
 当用户发送非登录请求时,我们首先需要验证用户合法,在如下服务中,我们通过**告示栏**获取**门卫**联系方式,
 然后发送用户token给**门卫**进行认证。
 
-`ServiceComb` 提供了相应 `RestTemplate` 实现查询[Service 
Center](https://github.com/ServiceComb/service-center)
+`ServiceComb` 提供了相应 `RestTemplate` 实现查询[Service 
Center](https://github.com/apache/incubator-servicecomb-service-center)
 中的服务注册信息,只需在地址中以如下格式包含被调用的服务名
 
 ```html
diff --git a/_posts/2017-06-24-go-to-cloud.md b/_posts/2017-06-24-go-to-cloud.md
index 96a2639..9b2bedb 100644
--- a/_posts/2017-06-24-go-to-cloud.md
+++ b/_posts/2017-06-24-go-to-cloud.md
@@ -107,7 +107,7 @@ redirect_from:
 
 * service-center    
 
-   
下载[service-center-x.x.x-x-windows-amd64.zip](https://github.com/ServiceComb/service-center/releases)解压到任意目录
+   
下载[service-center-x.x.x-x-windows-amd64.zip](https://github.com/apache/incubator-servicecomb-service-center/releases)解压到任意目录
 
 * mongodb(可选)
 
diff --git a/_posts/2017-08-09-communication-btw-sc-ms.md 
b/_posts/2017-08-09-communication-btw-sc-ms.md
index e66dfba..973a16a 100644
--- a/_posts/2017-08-09-communication-btw-sc-ms.md
+++ b/_posts/2017-08-09-communication-btw-sc-ms.md
@@ -11,11 +11,11 @@ redirect_from:
   - /theme-setup/
 ---
 
-Service-Center([SC](https://github.com/ServiceComb/service-center)) is a 
service registry that allows services to register their instance information 
and to discover providers of a given service.
+Service-Center([SC](https://github.com/apache/incubator-servicecomb-service-center))
 is a service registry that allows services to register their instance 
information and to discover providers of a given service.
 SC uses etcd to store all the information of micro-service and its instances. 
Below is the diagram stating the working principles and flow of SC.
 
 #### On StartUp
-Here we assume that micro-services are written using 
[java-chassis](https://github.com/ServiceComb/java-chassis) sdk. So when 
micro-service boots up then java-chassis sdk does the following list of tasks.
+Here we assume that micro-services are written using 
[java-chassis](https://github.com/apache/incubator-servicecomb-java-chassis) 
sdk. So when micro-service boots up then java-chassis sdk does the following 
list of tasks.
 
 1. On startup provider registers the micro-service to SC if not registered 
earlier and also register its instance information like its Ip and Port on 
which instance is running.
 
diff --git a/_posts/2017-09-13-saga-background.md 
b/_posts/2017-09-13-saga-background.md
index 7d1181b..2d092c0 100644
--- a/_posts/2017-09-13-saga-background.md
+++ b/_posts/2017-09-13-saga-background.md
@@ -12,7 +12,7 @@ redirect_from:
 ---
 
 Data consistency is a critical aspect of many systems, especially in cloud and 
microservice environment. We recently
-released [Saga](https://github.com/ServiceComb/saga) project under ServiceComb 
to address data consistency issue. 
+released [Saga](https://github.com/apache/incubator-servicecomb-saga) project 
under ServiceComb to address data consistency issue. 
 But why is data consistency so important and what is Saga?
 
 ## Data Consistency of Monolithic Applications
@@ -128,6 +128,6 @@ next blog post.
 1. [Original Paper on Sagas][1] by By Hector Garcia-Molina & Kenneth Salem
 2. Gifford, David K and James E Donahue, “Coordinating Independent Atomic 
Actions”, Proceedings of IEEE COMPCON, San Francisco, CA, February, 1985
 3. Chris Richardson: http://www.chrisrichardson.net/
-4. ServiceComb Saga Project: https://github.com/ServiceComb/saga
+4. ServiceComb Saga Project: 
https://github.com/apache/incubator-servicecomb-saga
 
 [1]:https://www.cs.cornell.edu/andru/cs711/2002fa/reading/sagas.pdf
diff --git a/_posts/2017-10-23-how-to-reform-a-legacy-system.md 
b/_posts/2017-10-23-how-to-reform-a-legacy-system.md
index 1fe3518..d4082f8 100644
--- a/_posts/2017-10-23-how-to-reform-a-legacy-system.md
+++ b/_posts/2017-10-23-how-to-reform-a-legacy-system.md
@@ -233,7 +233,7 @@ redirect_from:
 
 **单个服务的构建并没有那么复杂,基于ServiceComb,通过如下的简单4步,即可快速完成改造:**
 
-1. 引入[ServiceComb Java 
Chassis](https://github.com/ServiceComb/ServiceComb-Java-Chassis)框架依赖
+1. 引入[ServiceComb Java 
Chassis](https://github.com/apache/incubator-servicecomb-java-chassis)框架依赖
 2. 定义服务接口端点
 3. 添加服务配置文件
 4. 注释服务启动入口
diff --git a/_posts/2017-10-28-service-center-ui.md 
b/_posts/2017-10-28-service-center-ui.md
index f0b50b5..76ebd88 100644
--- a/_posts/2017-10-28-service-center-ui.md
+++ b/_posts/2017-10-28-service-center-ui.md
@@ -64,4 +64,4 @@ Once you selected the instance then you are ready for testing 
the Schema, you ca
 ![Schema Test]({{ site.url }}{{ site.baseurl 
}}/assets/images/Schematest.PNG){: .align-center}  
 
 
-##### You can have a look at the [Quick Start 
Guide](https://github.com/ServiceComb/service-center/tree/master/frontend#quickstart-guide)
 to know about how to bring up the Management Console.
+##### You can have a look at the [Quick Start 
Guide](https://github.com/apache/incubator-servicecomb-service-center/tree/master/frontend#quickstart-guide)
 to know about how to bring up the Management Console.
diff --git a/_posts/cn/2017-06-15-linuxcon-workshop-demo.md 
b/_posts/cn/2017-06-15-linuxcon-workshop-demo.md
index 08ffc82..05e6641 100644
--- a/_posts/cn/2017-06-15-linuxcon-workshop-demo.md
+++ b/_posts/cn/2017-06-15-linuxcon-workshop-demo.md
@@ -142,7 +142,7 @@ public class FibonacciRpcEndpoint implements 
FibonacciEndpoint {
 ```
 
 这里用 `@RestSchema` 和 `@RpcSchema` 注释两个端点后,`ServiceComb` 会自动生成对应的服务端点契约,根据如下
-`microsevice.yaml` 配置端点端口,并将契约和服务一起注册到[Service 
Center](https://github.com/ServiceComb/service-center):
+`microsevice.yaml` 配置端点端口,并将契约和服务一起注册到[Service 
Center](https://github.com/apache/incubator-servicecomb-service-center):
 
 ```yaml
 # all interconnected microservices must belong to an application wth the same 
ID
@@ -178,7 +178,7 @@ public class WorkerApplication {
 ## 告示栏 (Bulletin Board)
 
**告示栏**提供为**门卫**、**技工**和**养蜂人**注册联系方式的设施,同时**经理**和**养蜂人**可通过此设施查询注册方的联系方式,以方便匹配能力的提供和消费。
 
-`Service Center` 
提供契约和服务注册、发现功能,而且校验服务提供方和消费方的契约是否匹配,我们可以[下载](https://github.com/ServiceComb/service-center/releases)编译好的版本直接运行。
+`Service Center` 
提供契约和服务注册、发现功能,而且校验服务提供方和消费方的契约是否匹配,我们可以[下载](https://github.com/apache/incubator-servicecomb-service-center/releases)编译好的版本直接运行。
 
 ## 养蜂人 (Beekeeper)
 **养蜂人**研究蜜蜂繁殖规律,计算每只蜜蜂 (雄蜂/雌蜂) 
的祖先数量。因为蜜蜂繁殖规律和黄金分割数列相关,所以**养蜂人**同时消费**技工**提供的计算服务。
@@ -236,7 +236,7 @@ class BeekeeperServiceImpl implements BeekeeperService {
 ```
 
 这里我们用到之前定义的 `FibonacciCalculator` 接口,并希望通过这个接口远程调用**技工**服务端点。`@RpcReference`
-注释能帮助我们自动从[Service Center](https://github.com/ServiceComb/service-center)中获取
+注释能帮助我们自动从[Service 
Center](https://github.com/apache/incubator-servicecomb-service-center)中获取
 `microserviceName = "worker", schemaId = "fibonacciRpcEndpoint"` , 即服务名为 
`worker` 已经schema ID为
 `fibonacciRpcEndpoint`的端点:
 
@@ -491,7 +491,7 @@ cse:
 当用户发送非登录请求时,我们首先需要验证用户合法,在如下服务中,我们通过**告示栏**获取**门卫**联系方式,
 然后发送用户token给**门卫**进行认证。
 
-`ServiceComb` 提供了相应 `RestTemplate` 实现查询[Service 
Center](https://github.com/ServiceComb/service-center)
+`ServiceComb` 提供了相应 `RestTemplate` 实现查询[Service 
Center](https://github.com/apache/incubator-servicecomb-service-center)
 中的服务注册信息,只需在地址中以如下格式包含被调用的服务名
 
 ```html
diff --git a/_posts/cn/2017-06-24-go-to-cloud.md 
b/_posts/cn/2017-06-24-go-to-cloud.md
index 27a39bc..7bf1036 100644
--- a/_posts/cn/2017-06-24-go-to-cloud.md
+++ b/_posts/cn/2017-06-24-go-to-cloud.md
@@ -102,7 +102,7 @@ redirect_from:
 
 * service-center    
 
-   
下载[service-center-x.x.x-x-windows-amd64.zip](https://github.com/ServiceComb/service-center/releases)解压到任意目录
+   
下载[service-center-x.x.x-x-windows-amd64.zip](https://github.com/apache/incubator-servicecomb-service-center/releases)解压到任意目录
 
 * mongodb(可选)
 
diff --git a/_posts/cn/2017-08-09-communication-btw-sc-ms.md 
b/_posts/cn/2017-08-09-communication-btw-sc-ms.md
index 5e153d7..ad46591 100644
--- a/_posts/cn/2017-08-09-communication-btw-sc-ms.md
+++ b/_posts/cn/2017-08-09-communication-btw-sc-ms.md
@@ -11,11 +11,11 @@ redirect_from:
   - /theme-setup/
 ---
 
-Service-Center([SC](https://github.com/ServiceComb/service-center)) is a 
service registry that allows services to register their instance information 
and to discover providers of a given service.
+Service-Center([SC](https://github.com/apache/incubator-servicecomb-service-center))
 is a service registry that allows services to register their instance 
information and to discover providers of a given service.
 SC uses etcd to store all the information of micro-service and its instances. 
Below is the diagram stating the working principles and flow of SC.
 
 #### On StartUp
-Here we assume that micro-services are written using 
[java-chassis](https://github.com/ServiceComb/java-chassis) sdk. So when 
micro-service boots up then java-chassis sdk does the following list of tasks.
+Here we assume that micro-services are written using 
[java-chassis](https://github.com/apache/incubator-servicecomb-java-chassis) 
sdk. So when micro-service boots up then java-chassis sdk does the following 
list of tasks.
 
 1. On startup provider registers the micro-service to SC if not registered 
earlier and also register its instance information like its Ip and Port on 
which instance is running.
 
diff --git a/_posts/cn/2017-09-13-saga-background.md 
b/_posts/cn/2017-09-13-saga-background.md
index f36fd4c..154e236 100644
--- a/_posts/cn/2017-09-13-saga-background.md
+++ b/_posts/cn/2017-09-13-saga-background.md
@@ -10,7 +10,7 @@ redirect_from:
   - /theme-setup/
 ---
 
-数据一致性是许多系统的关键部分,特别是在微服务和云的环境下。我们最近在ServiceComb下发布了[Saga](https://github.com/ServiceComb/saga)项目,
+数据一致性是许多系统的关键部分,特别是在微服务和云的环境下。我们最近在ServiceComb下发布了[Saga](https://github.com/apache/incubator-servicecomb-saga)项目,
 以解决数据一致性问题。但为什么数据一致性如此重要?Saga又是什么?
 
 ## 单体应用的数据一致性
@@ -104,6 +104,6 @@ Saga看起来很有希望满足我们的需求。所有长活事务都可以这
 1. [Original Paper on Sagas][1] by By Hector Garcia-Molina & Kenneth Salem
 2. Gifford, David K and James E Donahue, “Coordinating Independent Atomic 
Actions”, Proceedings of IEEE COMPCON, San Francisco, CA, February, 1985
 3. Chris Richardson: http://www.chrisrichardson.net/
-4. ServiceComb Saga Project: https://github.com/ServiceComb/saga
+4. ServiceComb Saga Project: 
https://github.com/apache/incubator-servicecomb-saga
 
 [1]:https://www.cs.cornell.edu/andru/cs711/2002fa/reading/sagas.pdf
diff --git a/_posts/cn/2017-09-14-maven-dependency-management.md 
b/_posts/cn/2017-09-14-maven-dependency-management.md
index 2e73f85..04b5879 100644
--- a/_posts/cn/2017-09-14-maven-dependency-management.md
+++ b/_posts/cn/2017-09-14-maven-dependency-management.md
@@ -60,7 +60,7 @@ redirect_from:
 
 ## 最佳实践  
 
很多项目都使用maven提供的dependencyManagement配置来管理依赖关系,保证不会因为引入了新的组件,导致基础组件的版本发生变更,出现漏测试的情况。该机制在Spring
 
boot、ServiceComb等开源项目中广泛采用。对于需要提供额外三方软件使用清单的商用产品,这种管理方式可以增强认证信息的准确性。以ServiceComb为例,该项目引入的所有的三方件的版本都统一在:
  
- 
[https://github.com/ServiceComb/ServiceComb-Java-Chassis/blob/master/java-chassis-dependencies/pom.xml](https://github.com/ServiceComb/ServiceComb-Java-Chassis/blob/master/java-chassis-dependencies/pom.xml)
   
+ 
[https://github.com/apache/incubator-servicecomb-java-chassis/blob/master/java-chassis-dependencies/pom.xml](https://github.com/apache/incubator-servicecomb-java-chassis/blob/master/java-chassis-dependencies/pom.xml)
   
 管理,其他的子模块都不配置三方件的版本号,从而每个子模块依赖的三方件版本都是同一个版本,即使他们依赖的模块间接依赖了不同的三方件版本。  
 
这种机制给使用者也带来了一定的好处,使用者可以采用dependencyManagement来定义自己的三方组件依赖关系,定义的时候,通过import方式继承。比如使用ServiceComb的微服务,可以采用如下方式管理依赖关系:
 
diff --git a/_posts/cn/2017-10-23-how-to-reform-a-legacy-system.md 
b/_posts/cn/2017-10-23-how-to-reform-a-legacy-system.md
index 3a33c4a..4a34e56 100644
--- a/_posts/cn/2017-10-23-how-to-reform-a-legacy-system.md
+++ b/_posts/cn/2017-10-23-how-to-reform-a-legacy-system.md
@@ -233,7 +233,7 @@ redirect_from:
 
 **单个服务的构建并没有那么复杂,基于ServiceComb,通过如下的简单4步,即可快速完成改造:**
 
-1. 引入[ServiceComb Java 
Chassis](https://github.com/ServiceComb/ServiceComb-Java-Chassis)框架依赖
+1. 引入[ServiceComb Java 
Chassis](https://github.com/apache/incubator-servicecomb-java-chassis)框架依赖
 2. 定义服务接口端点
 3. 添加服务配置文件
 4. 注释服务启动入口
diff --git a/_posts/cn/2017-10-28-service-center-ui.md 
b/_posts/cn/2017-10-28-service-center-ui.md
index 9265f05..1302755 100644
--- a/_posts/cn/2017-10-28-service-center-ui.md
+++ b/_posts/cn/2017-10-28-service-center-ui.md
@@ -64,4 +64,4 @@ Once you selected the instance then you are ready for testing 
the Schema, you ca
 ![Schema Test]({{ site.url }}{{ site.baseurl 
}}/assets/images/Schematest.PNG){: .align-center}  
 
 
-##### You can have a look at the [Quick Start 
Guide](https://github.com/ServiceComb/service-center/tree/master/frontend#quickstart-guide)
 to know about how to bring up the Management Console.
+##### You can have a look at the [Quick Start 
Guide](https://github.com/apache/incubator-servicecomb-service-center/tree/master/frontend#quickstart-guide)
 to know about how to bring up the Management Console.
diff --git a/_users/cn/setup-environment.md b/_users/cn/setup-environment.md
index 589ad03..ea0060f 100644
--- a/_users/cn/setup-environment.md
+++ b/_users/cn/setup-environment.md
@@ -31,14 +31,14 @@ last_modified_at: 2017-09-03T10:01:43-04:00
    
    <div class="tab-content">
      <div id="windows" class="tab-pane active" markdown="1">
-   1. 
下载[服务注册中心可执行文件压缩包](https://github.com/ServiceComb/service-center/releases/download/0.5.0/service-center-0.5.0-windows-amd64.zip)
+   1. 
下载[服务注册中心可执行文件压缩包](https://github.com/apache/incubator-servicecomb-service-center/releases/download/0.5.0/service-center-0.5.0-windows-amd64.zip)
    2. 解压缩到当前文件夹
    3. 进入解压缩后的目录,然后双击运行**start**文件
      </div>
      <div id="linux" class="tab-pane fade" markdown="1">
    1. 下载服务注册中心可执行文件压缩包并解压缩
    ```bash
-   wget 
https://github.com/ServiceComb/service-center/releases/download/0.5.0/service-center-0.5.0-linux-amd64.tar.gz
+   wget 
https://github.com/apache/incubator-servicecomb-service-center/releases/download/0.5.0/service-center-0.5.0-linux-amd64.tar.gz
    tar xvf service-center-0.5.0-linux-amd64.tar.gz
    ```
    2. 运行服务注册中心
diff --git a/_users/faq.md b/_users/faq.md
index b5a3d0d..221c851 100644
--- a/_users/faq.md
+++ b/_users/faq.md
@@ -35,7 +35,7 @@ redirect_from:
 
 5. **Q: Are there any restrictions of the return type of our API? Should it be 
the type of ResponseEntity?**
 
-   A: No, examples can refer to [the implementation of 
integration-test](https://github.com/ServiceComb/java-chassis/blob/master/integration-tests/springmvc-tests/src/test/java/io/servicecomb/demo/springmvc/tests/SpringMvcIntegrationTestBase.java#L145)
 in java-chassis.
+   A: No, examples can refer to [the implementation of 
integration-test](https://github.com/apache/incubator-servicecomb-java-chassis/blob/master/integration-tests/springmvc-tests/src/test/java/io/servicecomb/demo/springmvc/tests/SpringMvcIntegrationTestBase.java)
 in java-chassis.
 
 6. **Q: Our API can not be accessed after microservices are up. It just 
returns *404 Not Found*. The codes we use is as follows:**
 
diff --git a/_users/setup-environment.md b/_users/setup-environment.md
index 9f2c664..5446f54 100644
--- a/_users/setup-environment.md
+++ b/_users/setup-environment.md
@@ -31,14 +31,14 @@ There are two ways to start a service center service:
 
    <div class="tab-content">
      <div id="windows" class="tab-pane active" markdown="1">
-   1. Download [the installation package of 
ServiceCenter](https://github.com/ServiceComb/service-center/releases/download/0.5.0/service-center-0.5.0-windows-amd64.zip)
+   1. Download [the installation package of 
ServiceCenter](https://github.com/apache/incubator-servicecomb-service-center/releases/download/0.5.0/service-center-0.5.0-windows-amd64.zip)
    2. Decompress the installation package into the installation directory.
    3. Start Local ServiceCenter from **start** file
      </div>
      <div id="linux" class="tab-pane fade" markdown="1">
    4. Download and Decompress command:
    ```bash
-   wget 
https://github.com/ServiceComb/service-center/releases/download/0.5.0/service-center-0.5.0-linux-amd64.tar.gz
+   wget 
https://github.com/apache/incubator-servicecomb-service-center/releases/download/0.5.0/service-center-0.5.0-linux-amd64.tar.gz
    tar xvf service-center-0.5.0-linux-amd64.tar.gz
    ```
    2. Start local service center command:

-- 
To stop receiving notification emails like this one, please contact
['"commits@servicecomb.apache.org" <commits@servicecomb.apache.org>'].

Reply via email to