We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e90691 commit 7c1b5a9Copy full SHA for 7c1b5a9
component-model/src/introduction.md
@@ -82,7 +82,7 @@ A system or platform may expose some or all of the WASI APIs to components.
82
83
The current stable release of WASI is [WASI 0.2.0](https://github.com/WebAssembly/WASI/pull/577),
84
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)
+WASI 0.2.0 is [a stable set of WIT definitions](https://github.com/WebAssembly/WASI/blob/main/docs/Preview2.md)
86
that components can target.
87
WASI proposals will continue to evolve and new ones will be introduced;
88
however, users of the component model can now pin to any stable release >= `v0.2.0`.
0 commit comments