From 13712d8791069086bcc6661c03d7d86e5119bd4e Mon Sep 17 00:00:00 2001 From: Iban Eguia Date: Tue, 28 Apr 2020 23:02:08 +0200 Subject: [PATCH] Fixed doc link in README (#354) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41bc52214c..dbff40c841 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,17 @@ Currently, it has support for some of the language. ## Live Demo (WASM) -https://jasonwilliams.github.io/boa/ + You can get more verbose errors when running from the command line ## Development documentation -You can check the internal development docs at jasonwilliams.github.io/boa/doc +You can check the internal development docs at ## Benchmarks -https://jasonwilliams.github.io/boa/dev/bench/ + ## Contributing