From b454110ac7fa027150e020cb2db1bb363a90061b Mon Sep 17 00:00:00 2001 From: Jimmy Bourassa Date: Wed, 5 Oct 2022 19:01:05 -0400 Subject: [PATCH] Fix broken WASI ABI link (#5024) The file has been moved. --- crates/wasmtime/src/linker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wasmtime/src/linker.rs b/crates/wasmtime/src/linker.rs index fd5230d1f7..2c269c1d23 100644 --- a/crates/wasmtime/src/linker.rs +++ b/crates/wasmtime/src/linker.rs @@ -572,7 +572,7 @@ impl Linker { /// 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 ///