Repository: helix Updated Branches: refs/heads/master f676cc240 -> d783e8b7d
Update .htaccess for 0.6.5 download page Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/d783e8b7 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/d783e8b7 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/d783e8b7 Branch: refs/heads/master Commit: d783e8b7d1dcdb5394056eb9100049af249449de Parents: f676cc2 Author: Kanak Biscuitwala <[email protected]> Authored: Tue Mar 24 22:17:18 2015 -0700 Committer: Kanak Biscuitwala <[email protected]> Committed: Tue Mar 24 22:17:18 2015 -0700 ---------------------------------------------------------------------- website/src/site/resources/.htaccess | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/d783e8b7/website/src/site/resources/.htaccess ---------------------------------------------------------------------- diff --git a/website/src/site/resources/.htaccess b/website/src/site/resources/.htaccess index 649a66f..298724b 100644 --- a/website/src/site/resources/.htaccess +++ b/website/src/site/resources/.htaccess @@ -23,4 +23,5 @@ Redirect /0.6.2-incubating-docs/download.html /0.6.2-incubating-docs/download.cg Redirect /0.7.0-incubating-docs/download.html /0.7.0-incubating-docs/download.cgi Redirect /0.6.3-docs/download.html /0.6.3-docs/download.cgi Redirect /0.6.4-docs/download.html /0.6.4-docs/download.cgi +Redirect /0.6.5-docs/download.html /0.6.5-docs/download.cgi Redirect /0.7.1-docs/download.html /0.7.1-docs/download.cgi
