Skip to content

Commit

Permalink
Docs: Fix link to "Compile-time Format String Checks" section (#2712)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed Jan 13, 2022
1 parent 7c12118 commit c056a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c056a00

Please sign in to comment.