summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Hunt <phunt@apache.org>2018-12-14 15:56:53 -0800
committerPatrick Hunt <phunt@apache.org>2018-12-14 15:56:53 -0800
commit5365714d46115dc4edb295fe860c91bf8174f2b9 (patch)
treed7423da143b80e083368b56da2237e0e50578b3a
parentd45bc3404119a9a9a02c89f7023b7b63dea71e50 (diff)
downloadzookeeper-5365714d46115dc4edb295fe860c91bf8174f2b9.tar.gz
Updated the website to reflect the move to gitbox
Change-Id: I2992cc21065eb341cfddf5d697460bf929790d20
-rw-r--r--README.md2
-rw-r--r--src/main/resources/doap.rdf2
-rw-r--r--src/main/resources/markdown/git.md2
-rw-r--r--src/main/resources/markdown/security.md4
4 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 90774d4c2..f9a054df6 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Typically during a release the versioned documentation will be recreated and sho
under the `_released_docs` directory here.
## Steps to update the website
-1. `git clone -b website https://git-wip-us.apache.org/repos/asf/zookeeper.git`
+1. `git clone -b website https://gitbox.apache.org/repos/asf/zookeeper.git`
2. update the appropriate pages, typically a markdown file e.g. credits.md, etc...
3. `mvn clean install`
4. `cp -RP _released_docs target/html/doc` These are the static release docs, not generated in this process.
diff --git a/src/main/resources/doap.rdf b/src/main/resources/doap.rdf
index 2c37d368e..b7e77626e 100644
--- a/src/main/resources/doap.rdf
+++ b/src/main/resources/doap.rdf
@@ -29,7 +29,7 @@
<repository>
<GitRepository>
- <location rdf:resource="https://git-wip-us.apache.org/repos/asf/zookeeper.git"/>
+ <location rdf:resource="https://gitbox.apache.org/repos/asf/zookeeper.git"/>
<browse rdf:resource="https://github.com/apache/zookeeper"/>
</GitRepository>
</repository>
diff --git a/src/main/resources/markdown/git.md b/src/main/resources/markdown/git.md
index a63dd7de8..d54746a27 100644
--- a/src/main/resources/markdown/git.md
+++ b/src/main/resources/markdown/git.md
@@ -15,7 +15,7 @@ limitations under the License.
# ZooKeeper Version Control System
The ZooKeeper source code resides in the Apache Git repository:
-[https://git-wip-us.apache.org/repos/asf/zookeeper.git](https://git-wip-us.apache.org/repos/asf/zookeeper.git)
+[https://gitbox.apache.org/repos/asf/zookeeper.git](https://gitbox.apache.org/repos/asf/zookeeper.git)
All commits and releases are done on this repository.
There is also a github mirror at:
diff --git a/src/main/resources/markdown/security.md b/src/main/resources/markdown/security.md
index 76038b0d0..10fc8900f 100644
--- a/src/main/resources/markdown/security.md
+++ b/src/main/resources/markdown/security.md
@@ -135,10 +135,10 @@ It is important to use the fully featured/supported Java cli shell rather
than the C cli shell independent of version.
- ZooKeeper 3.4.x users should upgrade to 3.4.9 or apply this
-[patch](https://git-wip-us.apache.org/repos/asf?p=zookeeper.git;a=commitdiff;h=27ecf981a15554dc8e64a28630af7a5c9e2bdf4f)
+[patch](https://gitbox.apache.org/repos/asf?p=zookeeper.git;a=commitdiff;h=27ecf981a15554dc8e64a28630af7a5c9e2bdf4f)
- ZooKeeper 3.5.x users should upgrade to 3.5.3 when released or apply
-this [patch](https://git-wip-us.apache.org/repos/asf?p=zookeeper.git;a=commitdiff;h=f09154d6648eeb4ec5e1ac8a2bacbd2f8c87c14a)
+this [patch](https://gitbox.apache.org/repos/asf?p=zookeeper.git;a=commitdiff;h=f09154d6648eeb4ec5e1ac8a2bacbd2f8c87c14a)
The patch solves the problem reported here, but it does not make the
client ready for production use. The community has no plan to make