From c4b4240252555099fa1316b2e4f45dda57a20d6b Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sat, 9 Jun 2018 00:09:13 -0400 Subject: [PATCH] Update Jasmine link --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index ccdcc35..31676be 100644 --- a/README.mkd +++ b/README.mkd @@ -97,7 +97,7 @@ Contributing 1. Open a ticket on GitHub, maybe someone else has the problem too 2. Make a fork of my GitHub repository -3. Make a spec driven change to the code base (we use [jasmine](http://pivotal.github.com/jasmine/)) +3. Make a spec driven change to the code base (we use [jasmine](https://jasmine.github.io/)) 5. Make sure it works and all specs pass 6. Update the README if needed to reflect your change / addition 7. With all specs passing push your changes back to your fork