From fb6700df54bdb410aa7875eff0602e32c308ced1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 14 Oct 2017 08:36:44 +0200 Subject: [PATCH] Fix documentation crosslink in configuration.md --- docs/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index df06285c..26a727df 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -125,7 +125,8 @@ Defining this flag speeds up compilation of test files by ~20%, by making 2 chan `CATCH_CONFIG_FAST_COMPILE` has to be either defined, or not defined, in all translation units that are linked into single test binary, or the behaviour of setting `-b` flag and throwing unexpected exceptions will be unpredictable. ## `CATCH_CONFIG_DISABLE_STRINGIFICATION` -This toggle enables a workaround for VS 2017 bug. For details see [known limitations](limitations.md#Visual Studio 2017 -- raw string literal in assert fails to compile) +This toggle enables a workaround for VS 2017 bug. For details see +[known limitations](limitations.md#visual-studio-2017----raw-string-literal-in-assert-fails-to-compile). # Windows header clutter