Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfuller authored May 22, 2024
1 parent 82e898e commit 318d374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/getstarted/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=latest/" />
<meta http-equiv="refresh" content="1; url=/latest/concepts/concepts/" />
</noscript>
<script>
window.location.replace(
Expand All @@ -13,6 +13,6 @@
</script>
</head>
<body>
Redirecting to <a href="latest/">latest/</a>...
Redirecting to <a href="/latest/concepts/concepts/">latest</a>...
</body>
</html>

0 comments on commit 318d374

Please sign in to comment.