Docs: Fix link to "Compile-time Format String Checks" section

This commit is contained in:
Pokechu22 2022-01-12 15:54:33 -08:00
parent 7c12118c19
commit 65fd6a6597

View File

@ -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 <api.html#c.fmt>`_ for details.
See `here <api.html#compile-time-format-string-checks>`_ for details.
The following code