Skip to content

Commit

Permalink
Redirect from / to /1.2/ using javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Oct 18, 2016
1 parent 0efa29e commit edc5aea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Redirecting to Latest version</title>
</head>
<body>
<script>
window.location.replace("1.2" + window.location.hash);
</script>
</body>
</html>

0 comments on commit edc5aea

Please sign in to comment.