From 9d0570673723f09cf45852f4c1b5881c58cc4835 Mon Sep 17 00:00:00 2001 From: Dmitry Mazuro Date: Sun, 18 May 2014 04:30:02 +0300 Subject: [PATCH] Update Jasmine link --- docs/09.4-test-utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/09.4-test-utils.md b/docs/09.4-test-utils.md index da19cde0..7d9fde73 100644 --- a/docs/09.4-test-utils.md +++ b/docs/09.4-test-utils.md @@ -7,7 +7,7 @@ prev: class-name-manipulation.html next: clone-with-props.html --- -`React.addons.TestUtils` makes it easy to test React components in the testing framework of your choice (we use [Jasmine](http://pivotal.github.io/jasmine/) with [jsdom](https://github.com/tmpvar/jsdom)). +`React.addons.TestUtils` makes it easy to test React components in the testing framework of your choice (we use [Jasmine](http://jasmine.github.io) with [jsdom](https://github.com/tmpvar/jsdom)). ### Simulate