Repository: zookeeper Updated Branches: refs/heads/website 756713ea2 -> 93858bb21
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/93858bb2 Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/93858bb2 Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/93858bb2 Branch: refs/heads/website Commit: 93858bb218f06ffe9ea8eed0b3d4945ee05d8ee8 Parents: 756713e Author: Patrick Hunt <[email protected]> Authored: Thu Dec 7 08:45:38 2017 -0800 Committer: Patrick Hunt <[email protected]> Committed: Thu Dec 7 08:47:26 2017 -0800 ---------------------------------------------------------------------- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zookeeper/blob/93858bb2/index.md ---------------------------------------------------------------------- diff --git a/index.md b/index.md index 0da13b4..2552a0d 100644 --- a/index.md +++ b/index.md @@ -16,7 +16,7 @@ Learn more about ZooKeeper on the [ZooKeeper Wiki](https://cwiki.apache.org/conf Start by installing ZooKeeper on a single machine or a very small cluster. -1. [Learn about](doc/trunk) ZooKeeper by reading the documentation. +1. [Learn about](doc/current/index.html) ZooKeeper by reading the documentation. 1. [Download](releases.html) ZooKeeper from the release page. ## Getting Involved
