From 5bc3d5f863a6c2e4df5568cb59b89e142b272ba3 Mon Sep 17 00:00:00 2001 From: Chris Wren Date: Mon, 12 Aug 2013 09:59:02 -0700 Subject: [PATCH] Fixed link to Camille Reynder's site --- README.md | 2 +- docs/jasmine-overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f8b0f9..81d5503 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ _Run this task with the `grunt jasmine` command._ Automatically builds and maintains your spec runner and runs your tests headlessly through phantomjs. -Substantial credit goes to [Camille Reynders](http://creynders.be/) (@creynders) for the first decent implementation +Substantial credit goes to [Camille Reynders](http://www.creynders.be/) (@creynders) for the first decent implementation of jasmine through grunt which served as motivation for all the future work. #### Run specs locally or on an ad hoc server diff --git a/docs/jasmine-overview.md b/docs/jasmine-overview.md index a6a974f..7fc9253 100644 --- a/docs/jasmine-overview.md +++ b/docs/jasmine-overview.md @@ -1,6 +1,6 @@ Automatically builds and maintains your spec runner and runs your tests headlessly through phantomjs. -Substantial credit goes to [Camille Reynders](http://creynders.be/) (@creynders) for the first decent implementation +Substantial credit goes to [Camille Reynders](http://www.creynders.be/) (@creynders) for the first decent implementation of jasmine through grunt which served as motivation for all the future work. ## Run specs locally or on an ad hoc server