Skip to content

Commit 65a4f09

Browse files
authored
fix: broken wasi.dev link (#265)
In `introduction.md`, there is a link to www.wasi.dev, but there is no corresponding domain name for that address. Update the link to point to `https://wasi.dev` instead, which succeeds.
1 parent a79e103 commit 65a4f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component-model/src/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The WebAssembly Component Model is a broad-reaching architecture for building in
3737

3838
[WASI 0.2.0 was released](https://github.com/WebAssembly/WASI/pull/577) Jan 25, 2024, providing a stable release of WASI and the component model.
3939
This [is a stable set of WIT definitions](https://github.com/WebAssembly/WASI/tree/main/wasip2) that components can target. WASI proposals will
40-
continue to evolve and new ones will be introduced; however, users of the component model can now pin to any stable release >= `v0.2.0`. See [WASI.dev](https://www.wasi.dev) to stay up to date on the latest releases.
40+
continue to evolve and new ones will be introduced; however, users of the component model can now pin to any stable release >= `v0.2.0`. See [WASI.dev](https://wasi.dev) to stay up to date on the latest releases.
4141

4242
## Contributing
4343

0 commit comments

Comments
 (0)