From 8822e2877232891b93e47d0656c969ad6235e464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 6 Jun 2022 00:13:11 +0200 Subject: [PATCH] Update CE link in BDD documentation for 3.0.1 The old compiler was no longer built-for, so it couldn't link against new versions, and also didn't properly provide the user-config header. Closes #2396 --- docs/test-cases-and-sections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test-cases-and-sections.md b/docs/test-cases-and-sections.md index 8cfb282b..d42b9a23 100644 --- a/docs/test-cases-and-sections.md +++ b/docs/test-cases-and-sections.md @@ -153,7 +153,7 @@ Scenario : vector can be sized and resized Then : The size changes ``` -See also [runnable example on godbolt](https://godbolt.org/z/e5vPPM), +See also [runnable example on godbolt](https://godbolt.org/z/eY5a64r99), with a more complicated (and failing) example. > `AND_GIVEN` was [introduced](https://github.com/catchorg/Catch2/issues/1360) in Catch2 2.4.0.