Repository: johnzon Updated Branches: refs/heads/master f95774808 -> 50412dd1a
JOHNZON-92 fixed download link Project: http://git-wip-us.apache.org/repos/asf/johnzon/repo Commit: http://git-wip-us.apache.org/repos/asf/johnzon/commit/50412dd1 Tree: http://git-wip-us.apache.org/repos/asf/johnzon/tree/50412dd1 Diff: http://git-wip-us.apache.org/repos/asf/johnzon/diff/50412dd1 Branch: refs/heads/master Commit: 50412dd1a6b1d727b992816ec03c610dc036c43c Parents: f957748 Author: Reinhard Sandtner <[email protected]> Authored: Fri Jul 22 19:44:35 2016 +0200 Committer: Reinhard Sandtner <[email protected]> Committed: Fri Jul 22 19:44:35 2016 +0200 ---------------------------------------------------------------------- src/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/johnzon/blob/50412dd1/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 6d26284..3e3a3f6 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -72,7 +72,7 @@ <menu name="User Guide"> <item name="Home" href="/index.html"/> - <item name="Download" href="http://www.apache.org/dyn/closer.cgi/incubator/johnzon"/> + <item name="Download" href="http://www.apache.org/dyn/closer.cgi/johnzon"/> <item name="Javadoc" href="/apidocs/index.html"/> <item name="Source Code" href="/source-repository.html"/> <item name="Changelog" href="/changelog.html"/>
