From bf5266f176fd0d259c6a7e6215a769c0d85d0479 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sun, 2 Oct 2016 00:08:03 -0400 Subject: [PATCH] Update link to Jasmine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a07f8c2..749ead7 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ $ vagrant up ``` ## Tests -Tests are written using [jasmine](http://pivotal.github.io/jasmine/) (Behavior-Driven Development framework for testing javascript code). Thanks to [jasmine-node](https://github.com/mhevery/jasmine-node), this test framework is also available for Node.js. +Tests are written using [jasmine](https://jasmine.github.io/) (Behavior-Driven Development framework for testing javascript code). Thanks to [jasmine-node](https://github.com/mhevery/jasmine-node), this test framework is also available for Node.js. To run tests, simple execute the *test* task using `grunt`.