From 4ce85036249437e191f8d58f9e6c1431e63edf02 Mon Sep 17 00:00:00 2001 From: Wilhelm Herbrich <herbrich@sensape.com> Date: Wed, 16 Jan 2019 15:46:38 -0800 Subject: [PATCH] Fixes local testing url link in readme, closes #1637 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7f7d9ee0..9c3807871 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ $ npm start ``` -Then navigate to [http://127.0.0.1:4444/__tests__/integration/mirador/](http://127.0.0.1:4444/__tests__/integration/mirador/) +Then navigate to [http://127.0.0.1:4444/\_\_tests\_\_/integration/mirador/](http://127.0.0.1:4444/\_\_tests\_\_/integration/mirador/) ### Instantiating Mirador -- GitLab