Skip to content

Commit 10cea6c

Browse files
committed
docs: Make the docs redirect more robust
1 parent 6be667d commit 10cea6c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

misc/docs/index.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44

55
<head>
66
<title>Sentry Rust</title>
7+
<meta http-equiv="refresh" content="0; url=./sentry/" />
8+
<link rel="canonical" href="./sentry/" />
79
</head>
810

9-
<body>
11+
<body onload="window.location = './sentry/'">
1012
Redirecting to <a href="./sentry/">./sentry/</a>...
11-
<script>
12-
window.location = './sentry/';
13-
</script>
1413
</body>
1514

1615
</html>

0 commit comments

Comments
 (0)