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

commit 39265cbc2b8c50e2056e587618c05a8c96c64e39
Author: zhengyangyong <yangyong.zh...@huawei.com>
AuthorDate: Wed Apr 4 09:24:11 2018 +0800

    update service center download url in setup-environment
    
    Signed-off-by: zhengyangyong <yangyong.zh...@huawei.com>
---
 _users/cn/setup-environment.md | 10 +++++-----
 _users/setup-environment.md    | 16 ++++++++--------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/_users/cn/setup-environment.md b/_users/cn/setup-environment.md
index ea0060f..6f6a4fe 100644
--- a/_users/cn/setup-environment.md
+++ b/_users/cn/setup-environment.md
@@ -31,19 +31,19 @@ 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/apache/incubator-servicecomb-service-center/releases/download/0.5.0/service-center-0.5.0-windows-amd64.zip)
+   1. 
下载[服务注册中心可执行文件压缩包](http://www-eu.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz)
    2. 解压缩到当前文件夹
-   3. 进入解压缩后的目录,然后双击运行**start**文件
+   3. 进入解压缩后的目录,然后双击运行**start-service-center.bat**文件
      </div>
      <div id="linux" class="tab-pane fade" markdown="1">
    1. 下载服务注册中心可执行文件压缩包并解压缩
    ```bash
-   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
+   wget 
http://www-eu.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz
+   tar xvf 
apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz
    ```
    2. 运行服务注册中心
    ```bash
-   bash service-center-0.5.0-linux-amd64/start.sh
+   bash 
apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64/start-service-center.sh
    ```
     </div>
    </div>
diff --git a/_users/setup-environment.md b/_users/setup-environment.md
index 5446f54..bded60b 100644
--- a/_users/setup-environment.md
+++ b/_users/setup-environment.md
@@ -31,19 +31,19 @@ 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/apache/incubator-servicecomb-service-center/releases/download/0.5.0/service-center-0.5.0-windows-amd64.zip)
+   1. Download [the installation package of 
ServiceCenter](http://www-eu.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-windows-amd64.tar.gz)
    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:
+   3. Start Local ServiceCenter from **start-service-center.bat** file
+   </div>
+   <div id="linux" class="tab-pane fade" markdown="1">
+   1. Download and Decompress command:
    ```bash
-   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
+   wget 
http://www-eu.apache.org/dist/incubator/servicecomb/incubator-servicecomb-service-center/1.0.0-m1/apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz
+   tar xvf 
apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64.tar.gz
    ```
    2. Start local service center command:
    ```bash
-   bash service-center-0.5.0-linux-amd64/start.sh
+   bash 
apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64/start-service-center.sh
    ```
     </div>
    </div>

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.

Reply via email to