You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/04/20 07:28:34 UTC

[GitHub] ralf0131 closed pull request #16: update zookeeper address

ralf0131 closed pull request #16: update zookeeper address
URL: https://github.com/apache/incubator-dubbo-docs/pull/16
 
 
   

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/dubbo-admin-book-en/install/zookeeper.md b/dubbo-admin-book-en/install/zookeeper.md
index 7d6720d..a1fb924 100644
--- a/dubbo-admin-book-en/install/zookeeper.md
+++ b/dubbo-admin-book-en/install/zookeeper.md
@@ -7,7 +7,7 @@ Dubbo changes nothing of Zookeeper's server side, an original Zookeeper server i
 install:
 
 ```sh
-wget http://www.apache.org/dist//zookeeper/zookeeper-3.3.3/zookeeper-3.3.3.tar.gz
+wget http://archive.apache.org/dist/zookeeper/zookeeper-3.3.3/zookeeper-3.3.3.tar.gz
 tar zxvf zookeeper-3.3.3.tar.gz
 cd zookeeper-3.3.3
 cp conf/zoo_sample.cfg conf/zoo.cfg
@@ -95,4 +95,4 @@ Or:
 [^2]: Data directory should be changed into your real output directory
 [^3]: Data directory and server address should be changed into your real machine information
 [^4]: `dataDir` in `zoo.cfg`
-[^5]: http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html
\ No newline at end of file
+[^5]: http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html
diff --git a/dubbo-admin-book/install/zookeeper.md b/dubbo-admin-book/install/zookeeper.md
index 5865472..1cafbf8 100644
--- a/dubbo-admin-book/install/zookeeper.md
+++ b/dubbo-admin-book/install/zookeeper.md
@@ -7,7 +7,7 @@ Dubbo 未对 Zookeeper 服务器端做任何侵入修改,只需安装原生的
 安装:
 
 ```sh
-wget http://www.apache.org/dist//zookeeper/zookeeper-3.3.3/zookeeper-3.3.3.tar.gz
+wget http://archive.apache.org/dist/zookeeper/zookeeper-3.3.3/zookeeper-3.3.3.tar.gz
 tar zxvf zookeeper-3.3.3.tar.gz
 cd zookeeper-3.3.3
 cp conf/zoo_sample.cfg conf/zoo.cfg
@@ -95,4 +95,4 @@ dubbo.registry.address=zookeeper://10.20.153.10:2181?backup=10.20.153.11:2181
 [^2]: 其中 data 目录需改成你真实输出目录
 [^3]: 其中 data 目录和 server 地址需改成你真实部署机器的信息
 [^4]: 上面 `zoo.cfg` 中的 `dataDir`
-[^5]: http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html
\ No newline at end of file
+[^5]: http://zookeeper.apache.org/doc/r3.3.3/zookeeperAdmin.html


 

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