You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2017/12/25 01:06:34 UTC

[incubator-servicecomb-website] branch master updated: SCB-105 update new repository address for servicecomb website (#7)

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 a4b1532  SCB-105 update new repository address for servicecomb website (#7)
a4b1532 is described below

commit a4b1532b25b25081135e61f50997382e0f919f36
Author: bigbigda <ia...@163.com>
AuthorDate: Mon Dec 25 09:06:32 2017 +0800

    SCB-105 update new repository address for servicecomb website (#7)
---
 _developers/cn/submit-codes.md | 20 ++++++++++----------
 _developers/submit-codes.md    | 20 ++++++++++----------
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/_developers/cn/submit-codes.md b/_developers/cn/submit-codes.md
index 4db1a99..56f2c1f 100644
--- a/_developers/cn/submit-codes.md
+++ b/_developers/cn/submit-codes.md
@@ -20,11 +20,11 @@ last_modified_at: 2017-09-08T20:26:43-20:46
   在您提交代码前,请先按照项目README中说明的自动测试部分对代码的功能性和实现上的正确性进行验证。
 
 ## PR指南
-  在 [Github](https://github.com/ServiceComb) 上面可以很方便地提交 [Pull Request (PR)](https://help.github.com/articles/about-pull-requests/),下面将以本网站项目[ServiceComb/ServiceComb.github.io](https://github.com/ServiceComb/ServiceComb.github.io) 为例(如果是其他项目,请替换项目名ServiceComb.github.io)。
+  在 [Github](https://github.com/search?q=org%3Aapache+servicecomb) 上面可以很方便地提交 [Pull Request (PR)](https://help.github.com/articles/about-pull-requests/),下面将以本网站项目[apache/incubator-servicecomb-website](https://github.com/apache/incubator-servicecomb-website) 为例(如果是其他项目,请替换项目名incubator-servicecomb-website)。
 
 ### Fork仓库
 
-  进入 ServiceComb/ServiceComb.github.io 的 [github 页面](https://github.com/ServiceComb/ServiceComb.github.io) ,点击右上角按钮 `Fork` 进行 Fork。
+  进入 apache/incubator-servicecomb-website 的 [github 页面](https://github.com/apache/incubator-servicecomb-website) ,点击右上角按钮 `Fork` 进行 Fork。
 
 ![体质指数应用运行界面](/assets/images/fork-repo.jpg){: .align-center}
 
@@ -33,7 +33,7 @@ last_modified_at: 2017-09-08T20:26:43-20:46
 - 将代码克隆到本地:
 
   ```shell
-  git clone https://github.com/<your_github_name>/ServiceComb.github.io.git
+  git clone https://github.com/<your_github_name>/incubator-servicecomb-website.git
   ```
 
   注意:请将 \<your\_github\_name\> 替换为您的github名字。
@@ -41,11 +41,11 @@ last_modified_at: 2017-09-08T20:26:43-20:46
 
   clone完成后,origin会默认指向github上的远程fork地址。
 
-- 将 ServiceComb/ServiceComb.github.io 添加为本地仓库的远程分支 upstream:
+- 将 apache/incubator-servicecomb-website 添加为本地仓库的远程分支 upstream:
 
   ```shell
-  cd ServiceComb.github.io
-  git remote add upstream https://github.com/ServiceComb/ServiceComb.github.io.git
+  cd  incubator-servicecomb-website
+  git remote add upstream https://github.com/apache/incubator-servicecomb-website.git
   ```
 
 
@@ -53,10 +53,10 @@ last_modified_at: 2017-09-08T20:26:43-20:46
 
   ```shell
   git remote -v
-  origin https://github.com/<your_github_name>/ServiceComb.github.io.git (fetch)
-  origin    https://github.com/<your_github_name>/ServiceComb.github.io.git (push)
-  upstream  https://github.com/ServiceComb/ServiceComb.github.io.git (fetch)
-  upstream  https://github.com/ServiceComb/ServiceComb.github.io.git (push)
+  origin https://github.com/<your_github_name>/incubator-servicecomb-website.git (fetch)
+  origin    https://github.com/<your_github_name>/incubator-servicecomb-website.git (push)
+  upstream  https://github.com/apache/incubator-servicecomb-website.git (fetch)
+  upstream  https://github.com/apache/incubator-servicecomb-website.git (push)
   ```
 
 
diff --git a/_developers/submit-codes.md b/_developers/submit-codes.md
index ee703dc..5e4d988 100644
--- a/_developers/submit-codes.md
+++ b/_developers/submit-codes.md
@@ -20,11 +20,11 @@ last_modified_at: 2017-09-08T20:26:43-20:46
   在您提交代码前,请先按照项目README中说明的自动测试部分对代码的功能性和实现上的正确性进行验证。
 
 ## PR指南
-  在 [Github](https://github.com/ServiceComb) 上面可以很方便地提交 [Pull Request (PR)](https://help.github.com/articles/about-pull-requests/),下面将以本网站项目[ServiceComb/ServiceComb.github.io](https://github.com/ServiceComb/ServiceComb.github.io) 为例(如果是其他项目,请替换项目名ServiceComb.github.io)。
+  在 [Github](https://github.com/search?q=org%3Aapache+servicecomb) 上面可以很方便地提交 [Pull Request (PR)](https://help.github.com/articles/about-pull-requests/),下面将以本网站项目[apache/incubator-servicecomb-website](https://github.com/apache/incubator-servicecomb-website) 为例(如果是其他项目,请替换项目名incubator-servicecomb-website)。
 
 ### Fork仓库
 
-  进入 ServiceComb/ServiceComb.github.io 的 [github 页面](https://github.com/ServiceComb/ServiceComb.github.io) ,点击右上角按钮 `Fork` 进行 Fork。
+  进入 apache/incubator-servicecomb-website 的 [github 页面](https://github.com/apache/incubator-servicecomb-website) ,点击右上角按钮 `Fork` 进行 Fork。
 
 ![体质指数应用运行界面](/assets/images/fork-repo.jpg){: .align-center}
 
@@ -33,7 +33,7 @@ last_modified_at: 2017-09-08T20:26:43-20:46
 - 将代码克隆到本地:
 
   ```shell
-  git clone https://github.com/<your_github_name>/ServiceComb.github.io.git
+  git clone https://github.com/<your_github_name>/incubator-servicecomb-website.git
   ```
 
   注意:请将 \<your\_github\_name\> 替换为您的github名字。
@@ -41,11 +41,11 @@ last_modified_at: 2017-09-08T20:26:43-20:46
 
   clone完成后,origin会默认指向github上的远程fork地址。
 
-- 将 ServiceComb/ServiceComb.github.io 添加为本地仓库的远程分支 upstream:
+- 将  apache/incubator-servicecomb-website 添加为本地仓库的远程分支 upstream:
 
   ```shell
-  cd ServiceComb.github.io
-  git remote add upstream https://github.com/ServiceComb/ServiceComb.github.io.git
+  cd  incubator-servicecomb-website
+  git remote add upstream https://github.com/apache/incubator-servicecomb-website.git
   ```
 
 
@@ -53,10 +53,10 @@ last_modified_at: 2017-09-08T20:26:43-20:46
 
   ```shell  
   git remote -v
-  origin https://github.com/<your_github_name>/ServiceComb.github.io.git (fetch)
-  origin    https://github.com/<your_github_name>/ServiceComb.github.io.git (push)
-  upstream  https://github.com/ServiceComb/ServiceComb.github.io.git (fetch)
-  upstream  https://github.com/ServiceComb/ServiceComb.github.io.git (push)
+  origin https://github.com/<your_github_name>/incubator-servicecomb-website.git (fetch)
+  origin    https://github.com/<your_github_name>/incubator-servicecomb-website.git (push)
+  upstream  https://github.com/apache/incubator-servicecomb-website.git (fetch)
+  upstream  https://github.com/apache/incubator-servicecomb-website.git (push)
   ```
 
 

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