Repository: commons-text Updated Branches: refs/heads/master c8de2d652 -> 0b4a0f829
fix: unintended change on site Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/0b4a0f82 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/0b4a0f82 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/0b4a0f82 Branch: refs/heads/master Commit: 0b4a0f8299f27cb9c767c11d16aaa9e0ec3c90d0 Parents: c8de2d6 Author: Rob Tompkins <[email protected]> Authored: Sat Jan 7 20:44:13 2017 -0500 Committer: Rob Tompkins <[email protected]> Committed: Sat Jan 7 20:44:13 2017 -0500 ---------------------------------------------------------------------- src/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/0b4a0f82/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index fd86036..60329ae 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -27,7 +27,7 @@ <item name="Overview" href="/index.html"/> <item name="Download" href="http://commons.apache.org/text/download_text.cgi"/> <item name="Release History" href="/release-history.html"/> - <item name="Javadoc (Latest release [latest until first release])" href="apidocs/index.html"/> + <item name="Javadoc (Latest release)" href="apidocs/index.html"/> </menu> <menu name="Development">
