From 706e4476d5c022435f60abd261b094affc2a98e0 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Tue, 6 May 2014 10:25:35 -0500 Subject: [PATCH] Updates Jasmine link :memo: Updates Jasmine link in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 823deb597..8aecf224d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ in the proper package's repository. * Follow the [CoffeeScript](#coffeescript-styleguide), [JavaScript](https://github.com/styleguide/javascript), and [CSS](https://github.com/styleguide/css) styleguides - * Include thoughtfully worded [Jasmine](http://pivotal.github.com/jasmine) + * Include thoughtfully worded [Jasmine](http://jasmine.github.io/) specs * Avoid placing files in `vendor`. 3rd-party packages should be added as a `package.json` dependency.