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

randgalt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f353ec  fixed some broken left nav links
7f353ec is described below

commit 7f353ec48c5a22f3e3e5c348b6f286e96c0c6b3b
Author: randgalt <[email protected]>
AuthorDate: Sat Apr 20 12:20:46 2019 -0500

    fixed some broken left nav links
---
 src/site/site.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index ea15fa3..3ff625f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -95,9 +95,8 @@
             <item name="Error Handling" href="errors.html"/>
             <item name="Logging and Tracing" href="logging.html"/>
             <item name="Tech Notes" 
href="https://cwiki.apache.org/confluence/display/CURATOR/Tech+Notes"/>
-            <item name="Exhibitor Integration" href="exhibitor.html"/>
-            <item name="Source Code" href="source-repository.html"/>
-            <item name="Project Team" href="team-list.html"/>
+            <item name="Source Code" href="scm.html"/>
+            <item name="Project Team" href="team.html"/>
             <item name="Project Information" href="project-info.html"/>
             <item name="API Compatibility" href="compatibility.html"/>
             <item name="Javadoc" href="apidocs/index.html"/>

Reply via email to