mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Update link in tutorial
This commit is contained in:
parent
6336bb1b6e
commit
d59fd53e7e
@ -1,15 +0,0 @@
|
||||
These are the currently documented areas of the framework. There is more to come.
|
||||
|
||||
Before looking at this material be sure to read the [tutorial](tutorial.md)
|
||||
|
||||
* [Command Line](command-line.md)
|
||||
* [Assertion Macros](assertions.md)
|
||||
* [Test cases and sections](test-cases-and-sections.md)
|
||||
* [Logging Macros](logging.md)
|
||||
* [Supplying your own main()](own-main.md)
|
||||
* [Test fixtures](test-fixtures.md)
|
||||
* [Why are my tests slow to compile?](slow-compiles.md)
|
||||
|
||||
---
|
||||
|
||||
[Home](../README.md)
|
@ -220,7 +220,7 @@ Scenario: vectors can be sized and resized
|
||||
```
|
||||
|
||||
## Next steps
|
||||
For more specific information see the [Reference pages](reference-index.md)
|
||||
For more specific information see the [Reference pages](Readme.md)
|
||||
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user