Skip to content

Commit 77435e2

Browse files
authored
Fix the link to WASI's phase process. (#622)
WASI follows its own phase process, which is based on the Wasm CG's phase process, rather than using the Wasm CG's phase process directly.
1 parent 8777909 commit 77435e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Proposals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# WASI proposals
22

3-
WASI APIs are developed as proposals. These proposals go through 5 phases of development (following the [WebAssembly CG's Phase Process]).
3+
WASI APIs are developed as proposals. These proposals go through 5 phases of development (following [the WASI Subgroup's Phase Process]).
44

55
You can learn more about contributing new proposals (and other ways to contribute) in our [Contributing] guide.
66

7-
[WebAssembly CG's Phase Process]: https://github.com/WebAssembly/meetings/blob/main/process/phases.md
7+
[the WASI Subgroup's Phase Process]: https://github.com/WebAssembly/WASI/blob/main/Contributing.md#the-phase-process
88
[Contributing]: https://github.com/WebAssembly/WASI/blob/main/Contributing.md
99

1010
## Active Proposals

0 commit comments

Comments
 (0)