From b6c5a635bb67d31c6feda3e79c7139dba2f35b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Thu, 24 Jul 2025 21:59:56 +0200 Subject: [PATCH] Link to the thread safety documentation from docs/Readme.md --- docs/Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Readme.md b/docs/Readme.md index d84b4bfd..f4230506 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -32,6 +32,7 @@ Once you're up and running consider the following reference material. * [CMake integration](cmake-integration.md#top) * [Tooling integration (CI, test runners, other)](ci-and-misc.md#top) * [Known limitations](limitations.md#top) +* [Thread safety in Catch2](thread-safety.md#top) **Other:** * [Why Catch2?](why-catch.md#top)