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/19 07:39:27 UTC

[incubator-dubbo-website] 02/02: Modify dubbo-docs 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 ba051fc23535f701129229b17c5169b2f7ee97ca
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Mon Mar 19 15:10:49 2018 +0800

    Modify dubbo-docs url.
---
 script/deploy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/script/deploy b/script/deploy
index 4ed5171..f609ed5 100755
--- a/script/deploy
+++ b/script/deploy
@@ -22,7 +22,7 @@ host=0.0.0.0
 script_dir=$(cd `dirname $0`; pwd)
 base_dir=`dirname ${script_dir}`
 parent_dir=`dirname ${base_dir}`
-git_book_dir="${parent_dir}/dubbo-docs"
+git_book_dir="${parent_dir}/incubator-dubbo-docs"
 
 saved_dir=${git_book_dir}
 
@@ -42,7 +42,7 @@ else
 
    # clone github code for books
    echo "git clone $git_book_url"
-   git clone https://github.com/dubbo/dubbo-docs.git
+   git clone https://github.com/apache/incubator-dubbo-docs.git
 
    cd ${base_dir}
    # first time , we should install jekyll dependency plugin

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