Skip to content

Commit 7c1b5a9

Browse files
authored
fix: link to WASI 0.2.0 WIT definitions (#331)
Updated the link for WASI 0.2.0 WIT definitions to point to the correct documentation.
1 parent 4e90691 commit 7c1b5a9

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
@@ -82,7 +82,7 @@ A system or platform may expose some or all of the WASI APIs to components.
8282

8383
The current stable release of WASI is [WASI 0.2.0](https://github.com/WebAssembly/WASI/pull/577),
8484
which was released on January 25, 2024.
85-
WASI 0.2.0 is [a stable set of WIT definitions](https://github.com/WebAssembly/WASI/tree/main/wasip2)
85+
WASI 0.2.0 is [a stable set of WIT definitions](https://github.com/WebAssembly/WASI/blob/main/docs/Preview2.md)
8686
that components can target.
8787
WASI proposals will continue to evolve and new ones will be introduced;
8888
however, users of the component model can now pin to any stable release >= `v0.2.0`.

0 commit comments

Comments
 (0)