From 108cd1d1a0a70f35e3afc81a4f83ae96b2df88dc Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 28 Aug 2014 10:18:13 -0700 Subject: [PATCH] Fix anchor. --- doc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index ffe615b7..6461f766 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -76,8 +76,6 @@ Write API .. doxygenfunction:: fmt::pad(int, unsigned, Char) -.. _formatstrings: - Utilities --------- @@ -98,6 +96,8 @@ System Errors .. doxygenclass:: fmt::WindowsError :members: +.. _formatstrings: + Format String Syntax --------------------