fix more links

This commit is contained in:
Malcolm Noyes 2013-11-17 16:34:01 +00:00
parent 5e630a6f46
commit c1d9e20361
4 changed files with 6 additions and 4 deletions

View File

@ -56,4 +56,4 @@ If you want to run Catch normally from the console, just create a new Windows Co
--- ---
[Home](../README.md) [Home](../../README.md)

View File

@ -60,4 +60,4 @@ If you want to run Catch normally from the console, just create a new Windows Co
--- ---
[Home](../README.md) [Home](../../README.md)

View File

@ -19,6 +19,8 @@ Next, add Catch to the 'includes':
## Now write a test ## 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... 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) [Home](../../README.md)

View File

@ -48,4 +48,4 @@ then you need to add/rename a namespace to avoid the clash.
--- ---
[Home](../README.md) [Home](../../README.md)