Skip to content

Commit f17393e

Browse files
committed
fix: vanity to avoid redirect
Also fix go mod
1 parent 356145c commit f17393e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/wit_async.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<head>
33
<title>go.bytecodealliance.org/wit_async</title>
4-
<meta name="go-import" content="go.bytecodealliance.org git https://github.com/bytecodealliance/componentize-go" />
4+
<meta name="go-import" content="go.bytecodealliance.org/wit_async git https://github.com/bytecodealliance/componentize-go" />
55
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/wit_async">
66
</head>
77
<body>

docs/wit_runtime.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<head>
33
<title>go.bytecodealliance.org/wit_runtime</title>
4-
<meta name="go-import" content="go.bytecodealliance.org git https://github.com/bytecodealliance/componentize-go" />
4+
<meta name="go-import" content="go.bytecodealliance.org/wit_runtime git https://github.com/bytecodealliance/componentize-go" />
55
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/wit_runtime">
66
</head>
77
<body>

docs/wit_types.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<head>
33
<title>go.bytecodealliance.org/wit_types</title>
4-
<meta name="go-import" content="go.bytecodealliance.org git https://github.com/bytecodealliance/componentize-go" />
4+
<meta name="go-import" content="go.bytecodealliance.org/wit_types git https://github.com/bytecodealliance/componentize-go" />
55
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/wit_types">
66
</head>
77
<body>

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module go.bytecodealliance.org
22

3-
go 1.25.5
3+
go 1.25

0 commit comments

Comments
 (0)