From 765f6e6edb921540448c0a0b22a91434e76adac9 Mon Sep 17 00:00:00 2001 From: Malcolm Noyes Date: Sun, 17 Nov 2013 16:37:05 +0000 Subject: [PATCH] fix more links --- docs/vs/VS2012native-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vs/VS2012native-instructions.md b/docs/vs/VS2012native-instructions.md index 3d03e895..37e142cb 100644 --- a/docs/vs/VS2012native-instructions.md +++ b/docs/vs/VS2012native-instructions.md @@ -19,7 +19,7 @@ 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) +[Note that to avoid name clashes 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...