From 891aebdb4248a84a6dd6efcf787b74fe521435af Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sun, 15 Jul 2018 00:09:28 -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 065d803..bdab640 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ To build the library you have to run the next command in your terminal from the This will create to files in the `deploy` folder: `phallanxpress.js`, the all-in-one-file development library; and `phallaxpress.min.js`, the minified and compressed version of the library. #### Tests -The [Jasmine](http://pivotal.github.com/jasmine/) suite is used for running spec tests for BDD. +The [Jasmine](https://jasmine.github.io/) suite is used for running spec tests for BDD. To run the tests, just drag and drop the file `index.html` in the `tests` folder to your browser.