Skip to content

Commit 4ccf45e

Browse files
committed
Fix broken 'Add WASI to Linker' link
1 parent b75535f commit 4ccf45e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • component-model/src/language-support

component-model/src/language-support/c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Caused by:
369369
This kind of error normally indicates that the host in question does not satisfy WASI imports.
370370

371371
[host]: https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/example-host
372-
[add-to-linker]: https://docs.wasmtime.dev/api/wasmtime_wasi/fn.add_to_linker_sync.html
372+
[add-to-linker]: https://docs.wasmtime.dev/api/wasmtime_wasi/p2/fn.add_to_linker_sync.html
373373
[example-host]: https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/example-host
374374

375375
## 7. Run the component from C/C++ Applications

0 commit comments

Comments
 (0)