[applied] manuals: Fix broken links
Commit Message
Hello,
* doc/manuals/abi-artifacts.rst: Add forgotten link definition
for `ELF`_.
* doc/manuals/libabigail-concepts.rst: Remove unused link
definitions for `ELF_`, `Ini File Syntax`_ and `GNU C Library`_.
* doc/manuals/suppression-specifications.rst: Add forgotten link
definition for `Ini File Syntax`_, `GNU C Library`_.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Applied to the mainline.
---
doc/manuals/abi-artifacts.rst | 2 ++
doc/manuals/libabigail-concepts.rst | 6 ------
doc/manuals/suppression-specifications.rst | 4 ++++
3 files changed, 6 insertions(+), 6 deletions(-)
@@ -27,3 +27,5 @@ union of the return type and parameter types of the function.
Functions and variables are declarations that have a name and a type.
They are both associated with an `ELF`_ symbol.
+
+.. _ELF: http://en.wikipedia.org/wiki/Executable_and_Linkable_Format
@@ -7,9 +7,3 @@ Concepts
abi-artifacts
abi-changes
suppression-specifications
-
-.. _ELF: http://en.wikipedia.org/wiki/Executable_and_Linkable_Format
-
-.. _Ini File Syntax: http://en.wikipedia.org/wiki/INI_file
-
-.. _GNU C Library: http://www.gnu.org/software/libc
@@ -1851,3 +1851,7 @@ The suppression specification could be reduced using
'int S3::m0' offset changed from 0 to 32
$
+
+
+.. _Ini File Syntax: http://en.wikipedia.org/wiki/INI_file
+.. _GNU C Library: http://www.gnu.org/software/libc