From c1d9e2036178dcefc592e9e7f0f6c1b6c23bf9d5 Mon Sep 17 00:00:00 2001 From: Malcolm Noyes Date: Sun, 17 Nov 2013 16:34:01 +0000 Subject: [PATCH] fix more links --- docs/vs/VS2010instructions.md | 2 +- docs/vs/VS2012managed-instructions.md | 2 +- docs/vs/VS2012native-instructions.md | 4 +++- docs/vs/vs-index.md | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/vs/VS2010instructions.md b/docs/vs/VS2010instructions.md index 71abd355..b4d6cd8e 100644 --- a/docs/vs/VS2010instructions.md +++ b/docs/vs/VS2010instructions.md @@ -56,4 +56,4 @@ If you want to run Catch normally from the console, just create a new Windows Co --- -[Home](../README.md) \ No newline at end of file +[Home](../../README.md) \ No newline at end of file diff --git a/docs/vs/VS2012managed-instructions.md b/docs/vs/VS2012managed-instructions.md index 4e30f4c3..0d631c01 100644 --- a/docs/vs/VS2012managed-instructions.md +++ b/docs/vs/VS2012managed-instructions.md @@ -60,4 +60,4 @@ If you want to run Catch normally from the console, just create a new Windows Co --- -[Home](../README.md) \ No newline at end of file +[Home](../../README.md) \ No newline at end of file diff --git a/docs/vs/VS2012native-instructions.md b/docs/vs/VS2012native-instructions.md index e70e58d9..a4d1b2da 100644 --- a/docs/vs/VS2012native-instructions.md +++ b/docs/vs/VS2012native-instructions.md @@ -19,6 +19,8 @@ Next, add Catch to the 'includes': ## Now write a test +[Note that it is best to put your tests in a namespace for those tests, as described here!](../vs-index.md) + Next, delete the test code that the wizard provided in UnitTest1.cpp and write your own... @@ -54,4 +56,4 @@ If you want to run Catch normally from the console, just create a new Windows Co --- -[Home](../README.md) \ No newline at end of file +[Home](../../README.md) \ No newline at end of file diff --git a/docs/vs/vs-index.md b/docs/vs/vs-index.md index 1bdf4d8e..2e38acac 100644 --- a/docs/vs/vs-index.md +++ b/docs/vs/vs-index.md @@ -48,4 +48,4 @@ then you need to add/rename a namespace to avoid the clash. --- -[Home](../README.md) \ No newline at end of file +[Home](../../README.md) \ No newline at end of file