Skip to content

Commit 09966ae

Browse files
authored
Merge pull request #14 from bytecodealliance/move-vanity
feat: add vanity for go.bytecodealliance.org
2 parents de1762d + 3f19348 commit 09966ae

7 files changed

Lines changed: 67 additions & 0 deletions

File tree

docs/404.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<head>
3+
<title>go.bytecodealliance.org</title>
4+
<!-- Default: new packages resolve to componentize-go -->
5+
<meta name="go-import" content="go.bytecodealliance.org git https://github.com/bytecodealliance/componentize-go" />
6+
</head>
7+
<body>
8+
<h1>Not Found</h1>
9+
<p>Looking for Go packages? Try <a href="https://pkg.go.dev/go.bytecodealliance.org">pkg.go.dev</a></p>
10+
</body>
11+
</html>

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
go.bytecodealliance.org

docs/cm.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<head>
3+
<title>go.bytecodealliance.org/cm</title>
4+
<!-- Legacy: cm module stays in go-modules -->
5+
<meta name="go-import" content="go.bytecodealliance.org/cm git https://github.com/bytecodealliance/go-modules" />
6+
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/cm">
7+
</head>
8+
<body>
9+
<a href="https://pkg.go.dev/go.bytecodealliance.org/cm">Redirecting to documentation…</a>
10+
</body>
11+
</html>

docs/cmd.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<head>
3+
<title>go.bytecodealliance.org/cmd</title>
4+
<!-- Legacy: cmd package stays in go-modules -->
5+
<meta name="go-import" content="go.bytecodealliance.org git https://github.com/bytecodealliance/go-modules" />
6+
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/cmd">
7+
</head>
8+
<body>
9+
<a href="https://pkg.go.dev/go.bytecodealliance.org/cmd">Redirecting to documentation…</a>
10+
</body>
11+
</html>

docs/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<head>
3+
<title>go.bytecodealliance.org</title>
4+
<!-- Legacy: root module stays in go-modules -->
5+
<meta name="go-import" content="go.bytecodealliance.org git https://github.com/bytecodealliance/go-modules" />
6+
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org">
7+
</head>
8+
<body>
9+
<a href="https://pkg.go.dev/go.bytecodealliance.org">Redirecting to documentation…</a>
10+
</body>
11+
</html>

docs/wit.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<head>
3+
<title>go.bytecodealliance.org/wit</title>
4+
<!-- Legacy: wit package stays in go-modules -->
5+
<meta name="go-import" content="go.bytecodealliance.org git https://github.com/bytecodealliance/go-modules" />
6+
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/wit">
7+
</head>
8+
<body>
9+
<a href="https://pkg.go.dev/go.bytecodealliance.org/wit">Redirecting to documentation…</a>
10+
</body>
11+
</html>

docs/x.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<head>
3+
<title>go.bytecodealliance.org/x</title>
4+
<!-- Legacy: x package stays in go-modules -->
5+
<meta name="go-import" content="go.bytecodealliance.org git https://github.com/bytecodealliance/go-modules" />
6+
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/x">
7+
</head>
8+
<body>
9+
<a href="https://pkg.go.dev/go.bytecodealliance.org/x">Redirecting to documentation…</a>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)