Browse Source

chore: Update README link to reflect new site paths (#3793)

pull/3796/head
Nick Tomlin 8 months ago committed by GitHub
parent
commit
676dde7897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      README.md

6
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

Loading…
Cancel
Save