aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ebuild-writing/misc-files')
-rw-r--r--ebuild-writing/misc-files/metadata/text.xml8
-rw-r--r--ebuild-writing/misc-files/patches/text.xml2
2 files changed, 5 insertions, 5 deletions
diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml
index 54b7bd2..d7f883a 100644
--- a/ebuild-writing/misc-files/metadata/text.xml
+++ b/ebuild-writing/misc-files/metadata/text.xml
@@ -79,7 +79,7 @@ metadata.xml:
<ti>
This tag contains a description for a category or a package. For
packages, it is used to augment the
- <uri link="::ebuild-writing/variables#ebuild-defined-variables">
+ <uri link="::ebuild-writing/variables/#Ebuild-defined Variables">
DESCRIPTION</uri> field in the ebuilds themselves. This tag has
two optional subtags: <c>&lt;pkg&gt;</c> and <c>&lt;cat&gt;</c>.
</ti>
@@ -143,8 +143,8 @@ metadata.xml:
<tr>
<ti><c>&lt;use&gt;</c></ti>
<ti>
- This tag contains descriptions of <uri
- link="::ebuild-writing/variables#iuse">USE flags</uri>.
+ This tag contains descriptions of
+ <uri link="::ebuild-writing/variables/#IUSE">USE flags</uri>.
This tag is optional and, if specified, has one required subtag:
<c>&lt;flag&gt;</c>.
</ti>
@@ -294,7 +294,7 @@ There are also some attributes that can be used with these tags:
When this attribute is required on the &lt;flag&gt; tag, it
simply contains the name of the USE flag. For the
&lt;slot&gt; tag, it specifies the
- <uri link="::general-concepts/slotting#slot-names">
+ <uri link="::general-concepts/slotting/#Slot Names">
slot name</uri> to which it applies. A slot name of <c>"*"</c>
allows for a single &lt;slot&gt; tag to match all the slots of a
package, in which case no other slot tags may be present.
diff --git a/ebuild-writing/misc-files/patches/text.xml b/ebuild-writing/misc-files/patches/text.xml
index 8e87c2c..87cc328 100644
--- a/ebuild-writing/misc-files/patches/text.xml
+++ b/ebuild-writing/misc-files/patches/text.xml
@@ -25,7 +25,7 @@ number in the patch name as a suffix to the version part <d/>
<p>
Larger patches should be
-<uri link="::general-concepts/mirrors/#suitable-download-hosts">
+<uri link="::general-concepts/mirrors/#Suitable Download Hosts">
mirrored</uri>, preferably on the Gentoo Infrastructure. When
mirroring patches, choosing a name that will not cause conflicts is
important — the <c>${P}</c> prefix is highly recommended