From c056a009de3404caaf9d5f477cb6bb65c4b7ca61 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Wed, 12 Jan 2022 16:07:56 -0800 Subject: [PATCH] Docs: Fix link to "Compile-time Format String Checks" section (#2712) --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 92221225..d5c4fa5f 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -101,7 +101,7 @@ The code format(FMT_STRING("The answer is {:d}"), "forty-two"); reports a compile-time error on compilers that support relaxed ``constexpr``. -See `here `_ for details. +See `here `_ for details. The following code