Skip to content

Commit 582828e

Browse files
committed
docs: use meta http-equiv=refresh header to redirect
1 parent 1b8ab4b commit 582828e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<html>
22
<head>
3+
<title>go.bytecodealliance.org</title>
34
<meta name="go-import" content="go.bytecodealliance.org git https://github.com/bytecodealliance/go-modules" />
4-
<script src="/redirect.js"></script>
5+
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org">
56
</head>
7+
<body>
8+
<a href="https://pkg.go.dev/go.bytecodealliance.org">Redirecting to documentation…</a>
9+
</body>
610
</html>

docs/redirect.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)