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/7277eaf1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/tree/7277eaf1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/diff/7277eaf1 Branch: refs/heads/master Commit: 7277eaf14a952d9c36edab232c55cb388da091cb Parents: 4c8fd24 Author: Matt Post <[email protected]> Authored: Wed May 20 11:38:37 2015 -0400 Committer: Matt Post <[email protected]> Committed: Wed May 20 11:38:37 2015 -0400 ---------------------------------------------------------------------- releases/6.0/index.html | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/blob/7277eaf1/releases/6.0/index.html ---------------------------------------------------------------------- diff --git a/releases/6.0/index.html b/releases/6.0/index.html index 51d8644..826a0a9 100644 --- a/releases/6.0/index.html +++ b/releases/6.0/index.html @@ -2,3 +2,10 @@ title: This page should redirect you redirect_from: "http://cs.jhu.edu/~post/files/joshua-v6.0.2.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>
