Repository: commons-text Updated Branches: refs/heads/master efe091cf0 -> 4f1450a50
(docs) Proper site url for download in index Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/4f1450a5 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/4f1450a5 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/4f1450a5 Branch: refs/heads/master Commit: 4f1450a50563ab09bd98f50ef0892555c25b176b Parents: efe091c Author: Rob Tompkins <[email protected]> Authored: Tue Apr 11 20:38:06 2017 -0400 Committer: Rob Tompkins <[email protected]> Committed: Tue Apr 11 20:38:06 2017 -0400 ---------------------------------------------------------------------- src/site/xdoc/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/4f1450a5/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 62e82e0..2dc7b28 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -47,7 +47,7 @@ The code base is monitored by a Sonar instance running on <a href="https://analy <section name="Release Information"> <p>The latest stable release of Text is 1.0. You may: </p> <ul> -<li>Download <a href="/download_text.cgi">1.0</a></li> +<li>Download <a href="http://commons.apache.org/proper/commons-text/download_text.cgi">1.0</a></li> <li>Read the <a href="release-notes/RELEASE-NOTES-1.0.txt">1.0 release notes</a></li> </ul> <p>
