Skip to content

Commit 82ca75c

Browse files
authored
docs: fix broken link (#12034)
1 parent a17899d commit 82ca75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasi-io/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ impl<T: ?Sized + IoView> IoView for Box<T> {
108108
/// [async]: wasmtime::Config::async_support
109109
/// [`Linker`]: wasmtime::component::Linker
110110
/// [`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
111+
/// [`add_to_linker_sync`]: https://docs.rs/wasmtime-wasi/latest/wasmtime_wasi/p2/fn.add_to_linker_sync.html
112112
///
113113
///
114114
/// # Example

0 commit comments

Comments
 (0)