From e3a7e68c37e07484cae21ee3a5dd256eb39fc8d2 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 31 Jul 2018 21:30:15 +0200 Subject: [PATCH] Fix duplicate label in manual Signed-off-by: Rudi Grinberg --- doc/project-layout-specification.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/project-layout-specification.rst b/doc/project-layout-specification.rst index 9d63f9d0..a926a6d5 100644 --- a/doc/project-layout-specification.rst +++ b/doc/project-layout-specification.rst @@ -82,7 +82,7 @@ sequences: - ``\xHH``, a backslash followed by two hexadecimal characters to represent the character with ASCII code ``HH`` in hexadecimal - ``\\``, a double backslash to represent a single backslash -- ``\%{`` to represent ``%{`` (see :ref:`variables`) +- ``\%{`` to represent ``%{`` (see :ref:`variables-project`) Additionally, a backslash that comes just before the end of the line is used to skip the newline up to the next non-space character. For @@ -140,7 +140,7 @@ descriptions. For instance: (body This is a simple example of using S-expressions)) -.. _variables: +.. _variables-project: Variables ---------