Skip to content

Commit 570f52f

Browse files
authored
fix: correct README doc links for wit-bindgen-go to point to latest URL/repo location (#1216)
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 3e5e51a commit 570f52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,12 +370,12 @@ https://github.com/bytecodealliance/wit-bindgen/commit/86e8ae2b8b97f11b73b273345
370370
### Guest: TinyGo
371371

372372
The **new** TinyGo WIT bindings generator is currently in development at the
373-
[wasm-tools-go](https://github.com/bytecodealliance/wasm-tools-go) repository.
373+
[go.bytecodealliance.org](https://github.com/bytecodealliance/go-modules) repository.
374374

375375
To install the `wit-bindgen-go` CLI, run:
376376

377377
```sh
378-
go install github.com/bytecodealliance/wasm-tools-go/cmd/wit-bindgen-go
378+
go install go.bytecodealliance.org/cmd/wit-bindgen-go@latest
379379
```
380380
> Note: it requires `wasm-tools` to be installed.
381381

0 commit comments

Comments
 (0)