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