From 1b1415e15290f41d9ba47e47dde8fa29b4b0cb21 Mon Sep 17 00:00:00 2001 From: Andrew Steurer <94206073+asteurer@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:19:08 -0600 Subject: [PATCH] doc: update repo endpoint in READMEs Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com> --- README.md | 4 ++-- examples/wasip2/README.md | 2 +- examples/wasip3/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f7824c..306391d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A Bytecode Alliance project
@@ -27,5 +27,5 @@ The output is a component which may be run using e.g. [`wasmtime`](https://githu ### Run ```sh -cargo install --git https://github.com/asteurer/componentize-go +cargo install --git https://github.com/bytecodealliance/componentize-go ``` diff --git a/examples/wasip2/README.md b/examples/wasip2/README.md index 623e86a..428eb7c 100644 --- a/examples/wasip2/README.md +++ b/examples/wasip2/README.md @@ -1,7 +1,7 @@ # `wasip2` Example ## Usage ### Prerequisites -- [**componentize-go**](https://github.com/asteurer/componentize-go) - Latest version +- [**componentize-go**](https://github.com/bytecodealliance/componentize-go) - Latest version - [**go**](https://go.dev/dl/) - v1.25+ - [**wasmtime**](https://github.com/bytecodealliance/wasmtime) - Latest version diff --git a/examples/wasip3/README.md b/examples/wasip3/README.md index 119fb5a..8f9d60d 100644 --- a/examples/wasip3/README.md +++ b/examples/wasip3/README.md @@ -12,7 +12,7 @@ everything is merged, we'll be able to switch to the upstream releases. ## Building and Running ### Prerequisites -- [**componentize-go**](https://github.com/asteurer/componentize-go) - Latest version +- [**componentize-go**](https://github.com/bytecodealliance/componentize-go) - Latest version - [**go**](https://github.com/dicej/go/releases/tag/go1.25.5-wasi-on-idle) - The [Makefile](./Makefile) installs the patched version of Go. - [**wasmtime**](https://github.com/bytecodealliance/wasmtime) - Latest version