Fix broken WASI ABI link (#5024)

The file has been moved.
This commit is contained in:
Jimmy Bourassa
2022-10-05 19:01:05 -04:00
committed by GitHub
parent 04b30acad9
commit b454110ac7

View File

@@ -572,7 +572,7 @@ impl<T> Linker<T> {
/// Ordinary modules which don't declare themselves to be either Commands
/// or Reactors are treated as Reactors without any initialization calls.
///
/// [Commands and Reactors]: https://github.com/WebAssembly/WASI/blob/master/design/application-abi.md#current-unstable-abi
/// [Commands and Reactors]: https://github.com/WebAssembly/WASI/blob/main/legacy/application-abi.md#current-unstable-abi
///
/// # Errors
///