diff --git a/guide/src/advanced/javascript_interop.md b/guide/src/advanced/javascript_interop.md index 97bdd3f4..41146f77 100644 --- a/guide/src/advanced/javascript_interop.md +++ b/guide/src/advanced/javascript_interop.md @@ -5,7 +5,7 @@ include all JavaScript snippets generated by `wasm-bindgen` for interfacing with By default, functions exported from Rust, using `wasm-bingen`, can be accessed in the JavaScript code through the global variable `window.wasmBindings`. This behavior can be disabled, and the name can be customized. For more information -see the [`rust` asset type](@/assets.md#rust). +see the [`rust` asset type](../assets/index.md#rust). ## Order of initialization