Bad link fixed.
Project: http://git-wip-us.apache.org/repos/asf/polygene-website/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-website/commit/6e0727d6 Tree: http://git-wip-us.apache.org/repos/asf/polygene-website/tree/6e0727d6 Diff: http://git-wip-us.apache.org/repos/asf/polygene-website/diff/6e0727d6 Branch: refs/heads/asf-site Commit: 6e0727d632879d19db42a1cde105d8b8f76eb90c Parents: cecb762 Author: niclas <[email protected]> Authored: Fri Jun 30 08:16:35 2017 +0800 Committer: niclas <[email protected]> Committed: Fri Jun 30 08:16:35 2017 +0800 ---------------------------------------------------------------------- content/.htaccess | 3 +++ content/atom.xml | 2 +- content/index.html | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-website/blob/6e0727d6/content/.htaccess ---------------------------------------------------------------------- diff --git a/content/.htaccess b/content/.htaccess index edeef79..97a32c1 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -8,3 +8,6 @@ Redirect 301 /2.0/ /java/2.0/ Redirect 301 /2.1/ /java/2.1/ Redirect 301 /latest/ /java/latest/ Redirect 301 /develop/ /java/develop/ + +Redirect 307 /java/latest/ /java/develop/ + http://git-wip-us.apache.org/repos/asf/polygene-website/blob/6e0727d6/content/atom.xml ---------------------------------------------------------------------- diff --git a/content/atom.xml b/content/atom.xml index 45032c4..db23cf7 100644 --- a/content/atom.xml +++ b/content/atom.xml @@ -4,7 +4,7 @@ <title></title> <link href="https://polygene.apache.org/atom.xml" rel="self"/> <link href="https://polygene.apache.org"/> - <updated>2017-03-25T09:41:44+08:00</updated> + <updated>2017-06-30T08:15:10+08:00</updated> <id>https://polygene.apache.org</id> <author> <name></name> http://git-wip-us.apache.org/repos/asf/polygene-website/blob/6e0727d6/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index ab7fbf2..0a0189e 100644 --- a/content/index.html +++ b/content/index.html @@ -193,7 +193,7 @@ public interface OrderItem extends Identity </div><!--/span--> <div class="span6"> <h3><i class="icon-download"></i> Download</h3> - <p><a href="download.html">Download</a> the Apache Polygene⢠(Java Edition) SDK binaries and sources, learn how to <a href="java/latest/howto-depend-on-qi4j.html">depend on Apache Polygene⢠(Java Edition) in your build</a> or simply get the <a href="community/codebase.html">source</a>.</p> + <p><a href="download.html">Download</a> the Apache Polygene⢠(Java Edition) SDK binaries and sources, learn how to <a href="java/latest/howto-depend-on-polygene.html">depend on Apache Polygene⢠(Java Edition) in your build</a> or simply get the <a href="community/codebase.html">source</a>.</p> </div><!--/span--> </div><!--/row--> <div class="row-fluid">
