We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17899d commit 82ca75cCopy full SHA for 82ca75c
crates/wasi-io/src/lib.rs
@@ -108,7 +108,7 @@ impl<T: ?Sized + IoView> IoView for Box<T> {
108
/// [async]: wasmtime::Config::async_support
109
/// [`Linker`]: wasmtime::component::Linker
110
/// [`wasmtime-wasi`]: https://crates.io/crates/wasmtime-wasi
111
-/// [`add_to_linker_sync`]: https://docs.rs/wasmtime-wasi/latest/wasmtime_wasi/fn.add_to_linker_sync.html
+/// [`add_to_linker_sync`]: https://docs.rs/wasmtime-wasi/latest/wasmtime_wasi/p2/fn.add_to_linker_sync.html
112
///
113
114
/// # Example
0 commit comments