diff --git a/lib/api/src/lib.rs b/lib/api/src/lib.rs index 0bc12e7c1..b299d5bcf 100644 --- a/lib/api/src/lib.rs +++ b/lib/api/src/lib.rs @@ -148,7 +148,7 @@ //! give them access to the outside world with [`imports`]. //! //! If you're looking for a sandboxed, POSIX-like environment to execute Wasm -//! in, check out the [`wasmer-wasi`][] crate for our implementation of WASI, +//! in, check out the [`wasmer-wasi`][wasmer-wasi] crate for our implementation of WASI, //! the WebAssembly System Interface. //! //! In the `wasmer` API we support functions which take their arguments and