mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 21:05:39 +02:00
fix more links
This commit is contained in:
@@ -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)
|
Reference in New Issue
Block a user