aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas D <whissi@whissi.de>2016-05-11 03:08:40 +0200
committerGöktürk Yüksek <gokturk@binghamton.edu>2016-05-14 21:20:40 -0400
commite1d909e88aeef35154132d95415d439f09e79adb (patch)
tree76d03372862e185f1a6e9987f8ea3dbcf666fcd8 /appendices
parentebuild-writing/variables: better describe ROOT (diff)
downloaddevmanual-e1d909e88aeef35154132d95415d439f09e79adb.tar.gz
devmanual-e1d909e88aeef35154132d95415d439f09e79adb.tar.bz2
devmanual-e1d909e88aeef35154132d95415d439f09e79adb.zip
appendices/common-problems: Fix anchor link to "Version and Name Formatting Issues"
Diffstat (limited to 'appendices')
-rw-r--r--appendices/common-problems/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appendices/common-problems/text.xml b/appendices/common-problems/text.xml
index 2a9a2e7..bced1db 100644
--- a/appendices/common-problems/text.xml
+++ b/appendices/common-problems/text.xml
@@ -58,7 +58,7 @@ in use, there are various alternatives:
Usually when any of the above are used in global scope, it is to manipulate
a version or program name string. These should be avoided in favour of
pure <c>bash</c> constructs. The <c>versionator</c> eclass is often of use here.
- See <uri link="::ebuild-writing/variables/#Version Formatting Issues"/>,
+ See <uri link="::ebuild-writing/variables/#Version and Name Formatting Issues"/>,
<c>man versionator.eclass</c> and <uri
link="::tools-reference/bash/#Bash Variable Manipulation"/>.
</p>