From 66e0f9aac4c86f51fc6527dad792551c8ff3e9da Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sat, 26 May 2018 00:22:51 -0400 Subject: [PATCH] Update Jasmine link --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index b04cc19..68dc725 100644 --- a/README.markdown +++ b/README.markdown @@ -27,7 +27,7 @@ browsers. The first error will be in koans/AboutExpects.js. Fix the first test and refresh the browser. Rinse and repeat until all tests turn green. -The test runner used is [Jasmine](http://pivotal.github.com/jasmine/) with a +The test runner used is [Jasmine](https://jasmine.github.io/) with a customized report viewer. ### Changelog