aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ebuild-writing/misc-files/metadata/text.xml')
-rw-r--r--ebuild-writing/misc-files/metadata/text.xml8
1 files changed, 4 insertions, 4 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.