Repository: commons-compress Updated Branches: refs/heads/master 85184c3a8 -> 0f4caebf9
COMPRESS-372 add "latest release" API doc link Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/0f4caebf Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/0f4caebf Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/0f4caebf Branch: refs/heads/master Commit: 0f4caebf96e90710906b282d1173bb6575e0635c Parents: 85184c3 Author: Stefan Bodewig <[email protected]> Authored: Tue Dec 20 15:50:52 2016 +0100 Committer: Stefan Bodewig <[email protected]> Committed: Tue Dec 20 15:50:52 2016 +0100 ---------------------------------------------------------------------- src/site/site.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/0f4caebf/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 29e10ca..a354cb4 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -35,6 +35,7 @@ <item name="Download" href="/download_compress.cgi"/> <item name="Security Reports" href="/security-reports.html"/> <item name="Wiki" href="http://wiki.apache.org/commons/Compress"/> + <item name="Javadoc (Latest release)" href="javadocs/api-release/index.html"/> <item name="Javadoc 1.13" href="javadocs/api-1.13/index.html"/> <item name="Javadoc 1.12" href="javadocs/api-1.12/index.html"/> <item name="Javadoc 1.11" href="javadocs/api-1.11/index.html"/>
