From 0d169f05163fa916ae944261d11ef173b9027a90 Mon Sep 17 00:00:00 2001 From: Lee Dohm Date: Mon, 2 Feb 2015 17:37:50 -0800 Subject: [PATCH] Fix link to wrong version of Jasmine Applies to #5354 --- docs/writing-specs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-specs.md b/docs/writing-specs.md index c0e406bb8..38db57439 100644 --- a/docs/writing-specs.md +++ b/docs/writing-specs.md @@ -1,6 +1,6 @@ # Writing specs -Atom uses [Jasmine](http://jasmine.github.io/2.0/introduction.html) as its spec framework. Any new functionality should have specs to guard against regressions. +Atom uses [Jasmine](http://jasmine.github.io/1.3/introduction.html) as its spec framework. Any new functionality should have specs to guard against regressions. ## Create a new spec