Link to the migration docs from main readme and docs/readme

This commit is contained in:
Martin Hořeňovský
2020-10-31 09:08:58 +01:00
parent 39aabede62
commit 735f46ed6d
2 changed files with 6 additions and 0 deletions

View File

@@ -18,6 +18,11 @@ find that parts of this documentation are likely still stuck on v2.
For stable (and documentation-matching) version of Catch2, [go to the
`v2.x` branch](https://github.com/catchorg/Catch2/tree/v2.x).
For migrating from the v2 releases to v3, you should look at [our
documentation](docs/migrate-v2-to-v3.md#top). It provides a simple
guidelines on getting started, and collects most common migration
problems.
## What's the Catch2?