commit: e1d909e88aeef35154132d95415d439f09e79adb
Author: Thomas D <whissi <AT> whissi <DOT> de>
AuthorDate: Wed May 11 01:08:40 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
CommitDate: Sun May 15 01:20:40 2016 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e1d909e8
appendices/common-problems: Fix anchor link to "Version and Name Formatting
Issues"
appendices/common-problems/text.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>