mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 03:02:24 +01:00
fix more links
This commit is contained in:
parent
5e630a6f46
commit
c1d9e20361
@ -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)
|
@ -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)
|
@ -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)
|
||||
[Home](../../README.md)
|
@ -48,4 +48,4 @@ then you need to add/rename a namespace to avoid the clash.
|
||||
|
||||
---
|
||||
|
||||
[Home](../README.md)
|
||||
[Home](../../README.md)
|
Loading…
Reference in New Issue
Block a user