From 1cb274c35258656c72ee722db4312a0825b93252 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sat, 7 Jul 2018 02:50:18 -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 f5b673f..b33935b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Styles are written in [Sass](http://sass-lang.com) and compiled to CSS. Sass fi sass --watch --style expanded src/scss/:lib/ ``` -Tests are written using [Jasmine](http://pivotal.github.com/jasmine/) and can be run by opening `/test/index.html`. +Tests are written using [Jasmine](https://jasmine.github.io/) and can be run by opening `/test/index.html`. ## License