Skip to content

Commit 1b1415e

Browse files
committed
doc: update repo endpoint in READMEs
Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com>
1 parent f4abaee commit 1b1415e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<strong>A <a href="https://bytecodealliance.org/">Bytecode Alliance</a> project</strong>
99

1010
<p>
11-
<a href="https://github.com/asteurer/componentize-go/actions?query=workflow%3ACI"><img src="https://github.com/asteurer/componentize-go/workflows/CI/badge.svg" alt="build status" /></a>
11+
<a href="https://github.com/bytecodealliance/componentize-go/actions?query=workflow%3ACI"><img src="https://github.com/bytecodealliance/componentize-go/workflows/CI/badge.svg" alt="build status" /></a>
1212
</p>
1313
</div>
1414

@@ -27,5 +27,5 @@ The output is a component which may be run using e.g. [`wasmtime`](https://githu
2727

2828
### Run
2929
```sh
30-
cargo install --git https://github.com/asteurer/componentize-go
30+
cargo install --git https://github.com/bytecodealliance/componentize-go
3131
```

examples/wasip2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# `wasip2` Example
22
## Usage
33
### Prerequisites
4-
- [**componentize-go**](https://github.com/asteurer/componentize-go) - Latest version
4+
- [**componentize-go**](https://github.com/bytecodealliance/componentize-go) - Latest version
55
- [**go**](https://go.dev/dl/) - v1.25+
66
- [**wasmtime**](https://github.com/bytecodealliance/wasmtime) - Latest version
77

examples/wasip3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ everything is merged, we'll be able to switch to the upstream releases.
1212

1313
## Building and Running
1414
### Prerequisites
15-
- [**componentize-go**](https://github.com/asteurer/componentize-go) - Latest version
15+
- [**componentize-go**](https://github.com/bytecodealliance/componentize-go) - Latest version
1616
- [**go**](https://github.com/dicej/go/releases/tag/go1.25.5-wasi-on-idle) - The [Makefile](./Makefile) installs the patched version of Go.
1717
- [**wasmtime**](https://github.com/bytecodealliance/wasmtime) - Latest version
1818

0 commit comments

Comments
 (0)