From 766541d12d64845f5232a1ce4e34a85e83506b09 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Tue, 26 Sep 2023 20:38:20 +0300 Subject: [PATCH] why-catch.md: Add JetBrains survey link --- docs/why-catch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/why-catch.md b/docs/why-catch.md index 2c0178ca..cc401967 100644 --- a/docs/why-catch.md +++ b/docs/why-catch.md @@ -41,8 +41,8 @@ So what does Catch2 bring to the party that differentiates it from these? Apart ## Who else is using Catch2? -A whole lot of people. According to the 2021 JetBrains C++ ecosystem survey, -about 11% of C++ programmers use Catch2 for unit testing, making it the +A whole lot of people. According to [the 2022 JetBrains C++ ecosystem survey](https://www.jetbrains.com/lp/devecosystem-2022/cpp/#Which-unit-testing-frameworks-do-you-regularly-use), +about 12% of C++ programmers use Catch2 for unit testing, making it the second most popular unit testing framework. You can also take a look at the (incomplete) list of [open source projects](opensource-users.md#top)