Curator Java 8/Async isn't technically an extension anymore
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/46ce6b7a Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/46ce6b7a Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/46ce6b7a Branch: refs/heads/master Commit: 46ce6b7ae338ced5d2fd71bb7ce0e7df6085b208 Parents: 2204c15 Author: randgalt <[email protected]> Authored: Fri Jul 21 13:44:01 2017 -0500 Committer: randgalt <[email protected]> Committed: Fri Jul 21 13:44:01 2017 -0500 ---------------------------------------------------------------------- src/site/site.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/46ce6b7a/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 15e1a0c..d78b5b7 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -107,8 +107,7 @@ <menu name="Extensions" inherit="top"> <item name="Service Discovery" href="curator-x-discovery/index.html"/> <item name="Service Discovery Server" href="curator-x-discovery-server/index.html"/> - <item name="Curator Java 8/Async" href="curator-x-async/index.html"/> - </menu> +\ </menu> <menu name="Community" inherit="top"> <item name="Submitting Pull Requests" href="https://cwiki.apache.org/confluence/display/CURATOR/Submitting+Pull+Requests"/>
