diff --git a/docs/wasm-rust.md b/docs/wasm-rust.md index fe57e28e1d..a216dcf74b 100644 --- a/docs/wasm-rust.md +++ b/docs/wasm-rust.md @@ -111,7 +111,7 @@ Hello, world! As a library crate one of your primary consumers may be other languages as well. You'll want to consult the [section of this book for using `wasmtime` from -Python`](./lang-python.md) and after running through the basics there you can +Python](./lang-python.md) and after running through the basics there you can execute our file in Python: ```sh