You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2018/03/20 03:41:21 UTC

[incubator-dubbo-website] 03/04: Update repository url.

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

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

commit c59cb4646c3df4c850dfe40012ffa5cf5028c5d4
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Tue Mar 20 11:29:11 2018 +0800

    Update repository url.
---
 _config.yml       |  6 +++---
 _config_build.yml |  6 +++---
 index.md          | 10 +++++-----
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/_config.yml b/_config.yml
index a0e7607..52476b3 100644
--- a/_config.yml
+++ b/_config.yml
@@ -4,8 +4,8 @@ show_downloads: true
 google_analytics: UA-112489517-1
 theme: jekyll-theme-cayman
 github:
-    zip_url: https://github.com/alibaba/dubbo/zipball/master
-    tar_url: https://github.com/alibaba/dubbo/tarball/master
+    zip_url: https://github.com/apache/incubator-dubbo/zipball/master
+    tar_url: https://github.com/apache/incubator-dubbo/tarball/master
     gitbook_url: books
-    repository_url: https://github.com/alibaba/dubbo
+    repository_url: https://github.com/apache/incubator-dubbo
     is_project_page: true
\ No newline at end of file
diff --git a/_config_build.yml b/_config_build.yml
index a0e7607..52476b3 100644
--- a/_config_build.yml
+++ b/_config_build.yml
@@ -4,8 +4,8 @@ show_downloads: true
 google_analytics: UA-112489517-1
 theme: jekyll-theme-cayman
 github:
-    zip_url: https://github.com/alibaba/dubbo/zipball/master
-    tar_url: https://github.com/alibaba/dubbo/tarball/master
+    zip_url: https://github.com/apache/incubator-dubbo/zipball/master
+    tar_url: https://github.com/apache/incubator-dubbo/tarball/master
     gitbook_url: books
-    repository_url: https://github.com/alibaba/dubbo
+    repository_url: https://github.com/apache/incubator-dubbo
     is_project_page: true
\ No newline at end of file
diff --git a/index.md b/index.md
index 1e3ac95..d4f3c0f 100644
--- a/index.md
+++ b/index.md
@@ -12,7 +12,7 @@ Apache Dubbo (incubating) offers three key functionalities, which include interf
 
 ## [](#quick-start)Quick start
 
-This guide gets you started with dubbo in Java with a simple working example. You could find the complete working samples from directory 'dubbo-demo' in [dubbo project](https://github.com/alibaba/dubbo) on github.
+This guide gets you started with dubbo in Java with a simple working example. You could find the complete working samples from directory 'dubbo-demo' in [dubbo project]({{ site.github.repository_url }}) on github.
 
 #### Prerequisites
 
@@ -132,19 +132,19 @@ public class Consumer {
 * Read this excellent article [Introduction to Dubbo](http://www.baeldung.com/dubbo) to learn more on dubbo's basic features.
 * Dive deep into dubbo user guide ([English]({{ site.github.gitbook_url }}/dubbo-user-book-en/), [Chinese]({{ site.github.gitbook_url }}/dubbo-user-book/)) to find more details.
 * Read dubbo admin guide ([English]({{ site.github.gitbook_url }}/dubbo-admin-book-en/), [Chinese]({{ site.github.gitbook_url }}/dubbo-admin-book/)) for dubbo application administration topics.
-* Interested in how dubbo is designed, or want to contribute? Read dubbo developer guide ([English]({{ site.github.gitbook_url }}/dubbo-dev-book-en/), [Chinese]({{ site.github.gitbook_url }}/dubbo-dev-book/)), and start to [hack the code](https://github.com/alibaba/dubbo).
+* Interested in how dubbo is designed, or want to contribute? Read dubbo developer guide ([English]({{ site.github.gitbook_url }}/dubbo-dev-book-en/), [Chinese]({{ site.github.gitbook_url }}/dubbo-dev-book/)), and start to [hack the code]({{ site.github.repository_url }}).
 * Explore more side projects you may interested from [github dubbo group](https://github.com/dubbo).
 
 ## Post questions
 
-* Developer mailing list. Any questions or suggestions? Subscribe to [developer mailing list](https://github.com/alibaba/dubbo/issues/1393) to discuss with developers.
+* Developer mailing list. Any questions or suggestions? Subscribe to [developer mailing list]({{ site.github.repository_url }}/issues/1393) to discuss with developers.
 * Gitter channel. Join <a href="https://gitter.im/alibaba/dubbo"><img class="inline-image" src="https://badges.gitter.im/alibaba/dubbo.svg"/></a> to discuss with users and developers in real time.
-* Contribute on Github. As dubbo is hosted at [Github](https://github.com/alibaba/dubbo). Feel free to fork it, issue a pull request or report a bug, and join the discussion. 
+* Contribute on Github. As dubbo is hosted at [Github]({{ site.github.repository_url }}). Feel free to fork it, issue a pull request or report a bug, and join the discussion. 
 * Reporting security vulnerability. If you find a security vulnerability, please send an email to security@dubbo.apache.org, which is a private mailing list and nothing will go public unless we announce it.
 
 ## We need your help
 
-We are now collecting dubbo user info in order to help us to improve dubbo better, pls. kindly help us by providing yours on [issue#1012: Wanted: who's using dubbo](https://github.com/alibaba/dubbo/issues/1012), thanks :)
+We are now collecting dubbo user info in order to help us to improve dubbo better, pls. kindly help us by providing yours on [issue#1012: Wanted: who's using dubbo]({{ site.github.repository_url }}/issues/1012), thanks :)
 
 ## DISCLAIMER 
 

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