From c74b69bce6c86349ca7af4437ac6ab9be41b8608 Mon Sep 17 00:00:00 2001 From: Bailey Hayes Date: Thu, 29 Jan 2026 11:01:35 -0500 Subject: [PATCH] fix: vanity to avoid redirect Also fix go mod --- docs/wit_async.html | 2 +- docs/wit_runtime.html | 2 +- docs/wit_types.html | 2 +- go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/wit_async.html b/docs/wit_async.html index d1f8177..b559aca 100644 --- a/docs/wit_async.html +++ b/docs/wit_async.html @@ -1,7 +1,7 @@ go.bytecodealliance.org/wit_async - + diff --git a/docs/wit_runtime.html b/docs/wit_runtime.html index f9e6f0f..fa4286b 100644 --- a/docs/wit_runtime.html +++ b/docs/wit_runtime.html @@ -1,7 +1,7 @@ go.bytecodealliance.org/wit_runtime - + diff --git a/docs/wit_types.html b/docs/wit_types.html index 809f213..f2dcdbe 100644 --- a/docs/wit_types.html +++ b/docs/wit_types.html @@ -1,7 +1,7 @@ go.bytecodealliance.org/wit_types - + diff --git a/go.mod b/go.mod index 7cc6381..141681c 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module go.bytecodealliance.org -go 1.25.5 +go 1.25