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 ///