From e93e3d8f2fec7abd7e1702ff126ecf00e11f58c2 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sun, 1 Jul 2018 00:04:34 -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 290333a..406ac5d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Feel free to use Backbone as you usually would, this is a drop-in replacement. ### Running Specs -The test specs are written using [Jasmine.js](http://pivotal.github.com/jasmine/). Open spec/spec.html in your browser to run the suite. +The test specs are written using [Jasmine.js](https://jasmine.github.io/). Open spec/spec.html in your browser to run the suite. ## Credits