This is an automated email from the ASF dual-hosted git repository.
ddiederen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push:
new ad5513b ZOOKEEPER-4266: Correct ZooKeeper version in documentation
header
ad5513b is described below
commit ad5513b8dd15637c6c95585603a4e055dabad56d
Author: Mohammad Arshad <[email protected]>
AuthorDate: Sat Apr 3 11:42:31 2021 +0000
ZOOKEEPER-4266: Correct ZooKeeper version in documentation header
Changed version from 3.6 to 3.8
Author: Mohammad Arshad <[email protected]>
Reviewers: maoling <[email protected]>, Damien Diederen
<[email protected]>
Closes #1659 from arshadmohammad/ZOOKEEPER-4266-master
---
zookeeper-docs/src/main/resources/markdown/html/header.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zookeeper-docs/src/main/resources/markdown/html/header.html
b/zookeeper-docs/src/main/resources/markdown/html/header.html
index c529f88..d0f291a 100644
--- a/zookeeper-docs/src/main/resources/markdown/html/header.html
+++ b/zookeeper-docs/src/main/resources/markdown/html/header.html
@@ -36,7 +36,7 @@
<a class="unselected"
href="https://cwiki.apache.org/confluence/display/ZOOKEEPER/">Wiki</a>
</li>
<li class="current">
- <a class="selected" href="index.html">ZooKeeper 3.6
Documentation</a>
+ <a class="selected" href="index.html">ZooKeeper 3.8
Documentation</a>
</li>
</ul>
</div>