From 03e53d5dcebb3c0f33e448e3ee34bd71605dce98 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharyya Date: Tue, 29 Oct 2024 10:14:47 +0100 Subject: [PATCH] Fixing links in wasm README --- wasm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wasm/README.md b/wasm/README.md index bd0cb1369ed4..f50ec1b128a9 100644 --- a/wasm/README.md +++ b/wasm/README.md @@ -166,8 +166,8 @@ GraalWasm is licensed under the [Universal Permissive License](https://oss.oracl ## Related Documentation -- [GraalWasm Options](../docs/reference-manual/wasm/Options.md) -- [Interoperability with WebAssembly Modules](../docs/reference-manual/wasm/Interoperability.md) +- [GraalWasm Options](../docs/reference-manual/wasm/README.md#Options) +- [Interoperability with WebAssembly Modules](../docs/reference-manual/wasm/README.md#webassembly-module-system) - [Embedding Languages documentation](../docs/reference-manual/embedding/embed-languages.md) ### Documentation for Contributors