commit: 931b093033d4ad0579fa6b0256dccc5e7cdfd4da Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Nov 29 08:59:25 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Nov 29 08:59:25 2017 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=931b0930
general-concepts/tree: Move link because around -> it was looking strange. general-concepts/tree/text.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/general-concepts/tree/text.xml b/general-concepts/tree/text.xml index d524861..07ac8c0 100644 --- a/general-concepts/tree/text.xml +++ b/general-concepts/tree/text.xml @@ -106,12 +106,12 @@ Things that do <b>not</b> belong in the tree: <p> Naming rules for distfiles are more lenient, but for interoperability their filenames are restricted to the printable ASCII range excluding SPACE, i.e., -U+0021 to U+007e (see also +U+0021 to U+007E (see also <uri link="https://www.gentoo.org/glep/glep-0031.html#suitable-characters-for-file-and-directory-names"> GLEP 31</uri>). Any characters that have a special meaning in Bash or in <c>SRC_URI</c> should also be avoided. If necessary, upstream files can be -renamed using <uri link="::ebuild-writing/variables/#Renaming Sources"> -<c>-></c> syntax</uri>. +<uri link="::ebuild-writing/variables/#Renaming Sources">renamed</uri> using +<c>-></c> syntax. </p> <p>
