This is an automated email from the ASF dual-hosted git repository.
phunt pushed a commit to branch website
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/website by this push:
new 5365714 Updated the website to reflect the move to gitbox
5365714 is described below
commit 5365714d46115dc4edb295fe860c91bf8174f2b9
Author: Patrick Hunt <phunt@apache.org>
AuthorDate: Fri Dec 14 15:56:53 2018 -0800
Updated the website to reflect the move to gitbox
Change-Id: I2992cc21065eb341cfddf5d697460bf929790d20
---
README.md | 2 +-
src/main/resources/doap.rdf | 2 +-
src/main/resources/markdown/git.md | 2 +-
src/main/resources/markdown/security.md | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 90774d4..f9a054d 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 2c37d36..b7e7762 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 a63dd7d..d54746a 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 76038b0..10fc890 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
|