summaryrefslogtreecommitdiff
path: root/docs/src/pages/guides
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/pages/guides')
-rw-r--r--docs/src/pages/guides/imports.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/guides/imports.md b/docs/src/pages/guides/imports.md
index 7257a1105..a690802f6 100644
--- a/docs/src/pages/guides/imports.md
+++ b/docs/src/pages/guides/imports.md
@@ -108,7 +108,7 @@ It can also be useful to place images in the `public/`-folder as explained on th
const wasm = await WebAssembly.instantiateStreaming(fetch('/example.wasm'));
```
-Astro supports loading WASM files directly into your application using the browser's [`WebAssembly`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly) API. Read our [WASM guide](/guides/wasm) to learn more.
+Astro supports loading WASM files directly into your application using the browser's [`WebAssembly`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly) API.
## NPM Packages