From 58ba7e17d72ef9dfde4216fa7e2b8e988226505c Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Fri, 7 Oct 2016 04:35:57 -0400 Subject: [PATCH] Update Jasmine link (#696) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e41c7392d..2a5f59b35 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ which shows you how to use the CDN (content delivery network) to quickly get a d ## Tests -We use behavior-driven tests written with [jasmine.js](http://pivotal.github.io/jasmine). +We use behavior-driven tests written with [jasmine.js](https://jasmine.github.io/). Open [tests.html](https://github.com/jcbrand/converse.js/blob/master/tests.html) in your browser, and the tests will run automatically.