From 735f46ed6d25c80e2be53a1276d89fa157001734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 31 Oct 2020 09:08:58 +0100 Subject: [PATCH] Link to the migration docs from main readme and docs/readme --- README.md | 5 +++++ docs/Readme.md | 1 + 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 294cfb6b..d8e08bb7 100644 --- a/README.md +++ b/README.md @@ -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? diff --git a/docs/Readme.md b/docs/Readme.md index 0bbb104e..821e6fca 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -34,6 +34,7 @@ FAQ: Other: * [Why Catch?](why-catch.md#top) +* [Migrating from v2 to v3](migrate-v2-to-v3.md#top) * [Open Source Projects using Catch](opensource-users.md#top) * [Commercial Projects using Catch](commercial-users.md#top) * [Contributing](contributing.md#top)