From 17436ab5e28cb02b0c8352478a2e93fa88ae2563 Mon Sep 17 00:00:00 2001 From: Alex KeySmith Date: Wed, 4 Nov 2015 11:32:42 +0000 Subject: [PATCH] Updated documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bd941b..8776749 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ It means you are referencing a version of System.Web.Mvc that isn't compatible w Show me the code! ----------------- -Make sure to check out [the documentation](http://docs.teststack.net/fluentmvctesting/) for full usage instructions. +Make sure to check out [the documentation](http://fluentmvctesting.teststack.net/) for full usage instructions. Say you set up the following test class (this example with NUnit, but it will work for any test framework).