aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ebuild-writing')
-rw-r--r--ebuild-writing/using-eclasses/text.xml2
-rw-r--r--ebuild-writing/variables/text.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/ebuild-writing/using-eclasses/text.xml b/ebuild-writing/using-eclasses/text.xml
index 6e8c15b..ddd2b9c 100644
--- a/ebuild-writing/using-eclasses/text.xml
+++ b/ebuild-writing/using-eclasses/text.xml
@@ -6,7 +6,7 @@
<body>
<p>
An eclass is a collection (library) of functions or functionality that is shared
-between packages. See `Eclass Writing Guide`_ for the full story on what
+between packages. See <uri link="::eclass-writing/" /> for the full story on what
eclasses can do, how they work and how to write them, and `Eclass Reference`_
for documentation on various commonly used eclasses. This section only explains
how to use an eclass which has already been written.
diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml
index b466536..1e68bef 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -137,7 +137,7 @@ The following variables must be defined by every ebuild.
<ti><c>KEYWORDS</c></ti>
<ti>
See <uri link="::ebuild-writing/variables#KEYWORDS"/> and
- `Keywording`_.
+ <uri link="::keywording/"/>.
</ti>
</tr>
<tr>
@@ -254,7 +254,7 @@ The only valid construct involving a <c>*</c> inside <c>KEYWORDS</c> is a <c>-*<
</p>
<p>
-See `Keywording`_ for how to handle this variable.
+See <uri link="::keywording/"/> for how to handle this variable.
</p>
</body>