Repository: zookeeper Updated Branches: refs/heads/asf-site 0d7958a76 -> 1c71dded3
Fix the 'Learn' link - trunk never works properly, use current instead Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/1c71dded Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/1c71dded Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/1c71dded Branch: refs/heads/asf-site Commit: 1c71dded3e117fa0056885c243609227da8995bf Parents: 0d7958a Author: Patrick Hunt <[email protected]> Authored: Thu Dec 7 08:49:23 2017 -0800 Committer: Patrick Hunt <[email protected]> Committed: Thu Dec 7 08:49:23 2017 -0800 ---------------------------------------------------------------------- content/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zookeeper/blob/1c71dded/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index c8f9262..cd98d38 100644 --- a/content/index.html +++ b/content/index.html @@ -41,7 +41,7 @@ <p>Start by installing ZooKeeper on a single machine or a very small cluster.</p> <ol> - <li><a href="doc/trunk">Learn about</a> ZooKeeper by reading the documentation.</li> + <li><a href="doc/current/index.html">Learn about</a> ZooKeeper by reading the documentation.</li> <li><a href="releases.html">Download</a> ZooKeeper from the release page.</li> </ol>
