From e96afade6eadcf643daa611e70715c04392739df Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Thu, 30 Aug 2018 12:29:25 -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 d440ba9..0500b13 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This is an opinionated sample setup of a Java project which uses: * [Hogan.js](http://twitter.github.com/hogan.js/) for [Mustache](http://mustache.github.com/) templates or [handlebars](http://handlebarsjs.com/), both can be precompiled to JavaScript in production -* [Jasmine](http://pivotal.github.com/jasmine/) for tests +* [Jasmine](https://jasmine.github.io/) for tests * [Sinon](http://sinonjs.org) for test spies, stubs and mocks * [Saga](http://timurstrekalov.github.com/saga/) for code coverage * [JSHint](http://www.jshint.com/) to detect problems and errors in the