From a9cff55088a0dfd24f7f7e39d48dfe098d266d34 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Mon, 10 Oct 2016 00:19:19 -0400 Subject: [PATCH] Update Jasmine link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2867332..ef38713 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ This will run all the tasks needed for building and testing the library. It will Testing ======= -Tests are run using [Jasmine](http://pivotal.github.io/jasmine/) via the [grunt jasmine plugin](https://github.com/gruntjs/grunt-contrib-jasmine). They can be run once your environment has been set up (see [Contributing](#contributing) for more details) by issuing +Tests are run using [Jasmine](https://jasmine.github.io/) via the [grunt jasmine plugin](https://github.com/gruntjs/grunt-contrib-jasmine). They can be run once your environment has been set up (see [Contributing](#contributing) for more details) by issuing $ grunt test