You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2017/12/25 01:06:35 UTC

[GitHub] WillemJiang closed pull request #7: SCB-105 update new repository address for servicecomb website

WillemJiang closed pull request #7: SCB-105 update new repository address for servicecomb website
URL: https://github.com/apache/incubator-servicecomb-website/pull/7
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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)
   ```
 
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services