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/04/20 07:28:34 UTC

[incubator-dubbo-docs] branch master updated: update zookeeper address (#16)

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-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d1e451  update zookeeper address (#16)
3d1e451 is described below

commit 3d1e451f1896ce356e81bdc9b68dbf2fd928d017
Author: crossoverJie <cr...@gmail.com>
AuthorDate: Fri Apr 20 15:28:33 2018 +0800

    update zookeeper address (#16)
---
 dubbo-admin-book-en/install/zookeeper.md | 4 ++--
 dubbo-admin-book/install/zookeeper.md    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

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

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