This is an automated email from the ASF dual-hosted git repository.

phunt pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f41c99e  Updated the website to reflect the move to gitbox
f41c99e is described below

commit f41c99e5650c3d012fae4c67c1aa2e1f58bbabdb
Author: Patrick Hunt <[email protected]>
AuthorDate: Fri Dec 14 16:01:47 2018 -0800

    Updated the website to reflect the move to gitbox
    
    Change-Id: I1b6edbf7b821c9757dfb1854f8061bfcff8bbb70
---
 content/doap.rdf      | 2 +-
 content/git.html      | 2 +-
 content/security.html | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/doap.rdf b/content/doap.rdf
index 2c37d36..b7e7762 100644
--- a/content/doap.rdf
+++ b/content/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/content/git.html b/content/git.html
index 0e51684..f333b6e 100644
--- a/content/git.html
+++ b/content/git.html
@@ -93,7 +93,7 @@ See the License for the specific language governing 
permissions and
 limitations under the License.
 //-->
 <h1>ZooKeeper Version Control System</h1>
-<p>The ZooKeeper source code resides in the Apache Git repository: <a 
href="https://git-wip-us.apache.org/repos/asf/zookeeper.git";>https://git-wip-us.apache.org/repos/asf/zookeeper.git</a>
 All commits and releases are done on this repository.</p>
+<p>The ZooKeeper source code resides in the Apache Git repository: <a 
href="https://gitbox.apache.org/repos/asf/zookeeper.git";>https://gitbox.apache.org/repos/asf/zookeeper.git</a>
 All commits and releases are done on this repository.</p>
 <p>There is also a github mirror at: <a 
href="https://github.com/apache/zookeeper";>https://github.com/apache/zookeeper</a></p>
 </div>
 
diff --git a/content/security.html b/content/security.html
index 4c86ce2..23ae0ba 100644
--- a/content/security.html
+++ b/content/security.html
@@ -132,10 +132,10 @@ target="_top">[email protected]</a>. In the 
message, try to provide
 <p>Mitigation: It is important to use the fully featured/supported Java cli 
shell rather than the C cli shell independent of version.</p>
 <ul>
 <li>
-<p>ZooKeeper 3.4.x users should upgrade to 3.4.9 or apply this <a 
href="https://git-wip-us.apache.org/repos/asf?p=zookeeper.git;a=commitdiff;h=27ecf981a15554dc8e64a28630af7a5c9e2bdf4f";>patch</a></p>
+<p>ZooKeeper 3.4.x users should upgrade to 3.4.9 or apply this <a 
href="https://gitbox.apache.org/repos/asf?p=zookeeper.git;a=commitdiff;h=27ecf981a15554dc8e64a28630af7a5c9e2bdf4f";>patch</a></p>
 </li>
 <li>
-<p>ZooKeeper 3.5.x users should upgrade to 3.5.3 when released or apply this 
<a 
href="https://git-wip-us.apache.org/repos/asf?p=zookeeper.git;a=commitdiff;h=f09154d6648eeb4ec5e1ac8a2bacbd2f8c87c14a";>patch</a></p>
+<p>ZooKeeper 3.5.x users should upgrade to 3.5.3 when released or apply this 
<a 
href="https://gitbox.apache.org/repos/asf?p=zookeeper.git;a=commitdiff;h=f09154d6648eeb4ec5e1ac8a2bacbd2f8c87c14a";>patch</a></p>
 </li>
 </ul>
 <p>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 this client 
production ready at this time, and strongly recommends that users move to the 
Java cli and use the C cli for illustration purposes only.</p>

Reply via email to