Skip to content

Commit a17899d

Browse files
authored
chore: fix broken link (#12032)
1 parent 020727d commit a17899d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/c-api/include/wasmtime/linker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ wasmtime_linker_instantiate(const wasmtime_linker_t *linker,
242242
* on success.
243243
*
244244
* This function automatically handles [Commands and
245-
* Reactors](https://github.com/WebAssembly/WASI/blob/master/design/application-abi.md#current-unstable-abi)
245+
* Reactors](https://github.com/WebAssembly/WASI/blob/main/legacy/application-abi.md#current-unstable-abi)
246246
* instantiation and initialization.
247247
*
248248
* For more information see the [Rust

0 commit comments

Comments
 (0)