Skip to content

Commit 09bb902

Browse files
committed
Update the Proposals.md links to match the proposals repositories.
This updates the Proposals.md page, fixing a few broken links, and updating the names of the proposals to match the actual proposal repositories.
1 parent cbce369 commit 09bb902

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/Proposals.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ Proposals follow [this process document](https://github.com/WebAssembly/WASI/blo
2828
| ------------------------------------------------------------------------------ | -------------------------------------- |
2929
| [I/O][wasi-io] | Dan Gohman |
3030
| [Filesystem][wasi-filesystem] | Dan Gohman |
31-
| [Command-Line][wasi-command-line] | Dan Gohman |
31+
| ["Classic" Command-Line][wasi-classic-command] | Dan Gohman |
3232
| [Clocks][wasi-clocks] | Dan Gohman |
3333
| [Random][wasi-random] | Dan Gohman |
34-
| [Misc][wasi-misc] | Dan Gohman |
34+
| [Handle Index][handle-index] | Dan Gohman |
35+
| [Poll][poll] | Dan Gohman |
3536
| [Machine Learning (wasi-nn)][wasi-nn] | Andrew Brown and Mingqiu Sun |
3637

3738
### Phase 1 - Feature Proposal (CG)
@@ -51,11 +52,13 @@ Proposals follow [this process document](https://github.com/WebAssembly/WASI/blo
5152
Please see [Contributing to WebAssembly](https://github.com/WebAssembly/WASI/blob/master/Contributing.md) for the most up-to-date information on contributing proposals to standard.
5253

5354
[wasi-clocks]: https://github.com/WebAssembly/wasi-clocks
54-
[wasi-command-line]: https://github.com/WebAssembly/wasi-classic-command
55+
[wasi-classic-command]: https://github.com/WebAssembly/wasi-classic-command
5556
[wasi-crypto]: https://github.com/WebAssembly/wasi-crypto
5657
[wasi-filesystem]: https://github.com/WebAssembly/wasi-filesystem
5758
[wasi-io]: https://github.com/WebAssembly/wasi-io
5859
[wasi-misc]: https://github.com/WebAssembly/wasi-misc
5960
[wasi-nn]: https://github.com/WebAssembly/wasi-nn
6061
[wasi-proxy-wasm]: https://github.com/proxy-wasm/spec
6162
[wasi-random]: https://github.com/WebAssembly/wasi-random
63+
[wasi-handle-index]: https://github.com/WebAssembly/wasi-handle-index
64+
[wasi-poll]: https://github.com/WebAssembly/wasi-poll

0 commit comments

Comments
 (0)