playing around wtih redirects
Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/commit/509371a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/tree/509371a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/diff/509371a9 Branch: refs/heads/master Commit: 509371a920288ed6968e1bb0aa2632a310f28501 Parents: 7277eaf Author: Matt Post <[email protected]> Authored: Wed May 20 21:47:42 2015 -0400 Committer: Matt Post <[email protected]> Committed: Wed May 20 21:47:42 2015 -0400 ---------------------------------------------------------------------- releases/6.0/index.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/blob/509371a9/releases/6.0/index.html ---------------------------------------------------------------------- diff --git a/releases/6.0/index.html b/releases/6.0/index.html index 826a0a9..17ec987 100644 --- a/releases/6.0/index.html +++ b/releases/6.0/index.html @@ -1,11 +1,4 @@ --- -title: This page should redirect you -redirect_from: "http://cs.jhu.edu/~post/files/joshua-v6.0.2.tgz" +redirect_to: + - http://cs.jhu.edu/~post/files/joshua-v{{ site.data.joshua.release_version }}.tgz --- -<!DOCTYPE HTML> -<html lang="en-US"> - <head> - <meta charset="UTF-8"> - <meta http-equiv="refresh" content="1;url=http://cs.jhu.edu/~post/files/joshua-v{{ site.data.joshua.release_version }}.tgz" /> - </head> -</html>
