From 676dde7897a8b1f130c0fd4c75fa2dbbf6ed416a Mon Sep 17 00:00:00 2001 From: Nick Tomlin Date: Sat, 6 Apr 2024 18:08:19 -0500 Subject: [PATCH] chore: Update README link to reflect new site paths (#3793) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe08c2a3fa..63443bb7a5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Currently, it has support for some of the language. ## Live Demo (WASM) -Try out the engine now at the live WASM playground [here](https://boajs.dev/boa/playground/)! +Try out the engine now at the live WASM playground [here](https://boajs.dev/playground)! Prefer a CLI? Feel free to try out `boa_cli`! @@ -95,7 +95,7 @@ For more information on `Boa`'s API. Feel free to check out our documentation. ## Conformance To know how much of the _ECMAScript_ specification does Boa cover, you can check out results -running the _ECMASCript Test262_ test suite [here](https://boajs.dev/boa/test262/). +running the _ECMASCript Test262_ test suite [here](https://boajs.dev/conformance). ## Contributing @@ -165,7 +165,7 @@ See [Milestones](https://github.com/boa-dev/boa/milestones). ## Benchmarks -See [Benchmarks](https://boajs.dev/boa/dev/bench/). +See [Benchmarks](https://boajs.dev/benchmarks). ## Profiling