From 5e1e5f2043c9e95e4347e8824a518139819d8336 Mon Sep 17 00:00:00 2001 From: Iban Eguia Moraza Date: Sat, 25 Mar 2023 22:46:02 +0100 Subject: [PATCH] Fixed links --- boa_examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boa_examples/README.md b/boa_examples/README.md index 48f0b0737c9..c5c8dc5cbd1 100644 --- a/boa_examples/README.md +++ b/boa_examples/README.md @@ -1,8 +1,8 @@ # Examples of usage for `boa_engine` In this crate you can find examples of the usage of the Boa JavaScript engine. The simplest -example can be found in the [loadstring.rs][./src/bin/loadstring.rs] file. A similar example -that uses JavaScript stored in a file can be found in [loadfile.rs][./src/bin/loadfile.rs]. +example can be found in the [loadstring.rs](./src/bin/loadstring.rs) file. A similar example +that uses JavaScript stored in a file can be found in [loadfile.rs](./src/bin/loadfile.rs). You can also find examples of specific Rust APIs for arrays, maps, sets, typed arrays and much more.