Docs: Fix link to "Compile-time Format String Checks" section (#2712)

This commit is contained in:
Pokechu22 2022-01-12 16:07:56 -08:00 committed by GitHub
parent 7c12118c19
commit c056a009de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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