From 2b5cf11c7c9b69b2c629ff42a25a9e94163c3e3e Mon Sep 17 00:00:00 2001 From: Malcolm Noyes Date: Sun, 17 Nov 2013 16:36:08 +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 a4d1b2da..3d03e895 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 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...