Skip to content

Commit

Permalink
make 4.0 default version
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed May 22, 2024
1 parent b94c214 commit 1a7a257
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=v3.0.0/" />
<meta http-equiv="refresh" content="1; url=v4.0.0/" />
</noscript>
<script>
window.location.replace("v3.0.0/" + window.location.hash);
window.location.replace("v4.0.0/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="v3.0.0/">v3.0.0/</a>...
Redirecting to <a href="v4.0.0/">v4.0.0/</a>...
</body>
</html>
</html>

0 comments on commit 1a7a257

Please sign in to comment.