aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-10-27 12:22:01 +0200
committerUlrich Müller <ulm@gentoo.org>2023-10-30 17:21:14 +0100
commit2556659c7a76dd00176efd7892e02ca0130998e2 (patch)
tree6bbbde24e64ac2395033b8a1c1cda8a3e3f7aa58 /general-concepts/slotting
parentdevbook.xsl: Warn about missing terminating slash in internal links (diff)
downloaddevmanual-2556659c7a76dd00176efd7892e02ca0130998e2.tar.gz
devmanual-2556659c7a76dd00176efd7892e02ca0130998e2.tar.bz2
devmanual-2556659c7a76dd00176efd7892e02ca0130998e2.zip
Fix internal links
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'general-concepts/slotting')
-rw-r--r--general-concepts/slotting/text.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/general-concepts/slotting/text.xml b/general-concepts/slotting/text.xml
index 05d01c9..9eabf08 100644
--- a/general-concepts/slotting/text.xml
+++ b/general-concepts/slotting/text.xml
@@ -41,7 +41,7 @@ possible that the user may have <c>foo-2.0</c> installed and no <c>foo-1.x</c> a
<p>
To <c>DEPEND</c> upon a package in a specific slot, refer to
-<uri link="::general-concepts/dependencies#SLOT Dependencies" />.
+<uri link="::general-concepts/dependencies/#SLOT Dependencies"/>.
</p>
</body>
@@ -55,7 +55,7 @@ but it's undesirable or inconvenient to allow some of these versions to be insta
simultaneously. In <c>EAPI=5</c> and higher, this situation can be handled by
using sub-slots, which are delimited from the regular slot by a <c>/</c> character,
as in <c>SLOT="slot/subslot"</c>. Packages can
-<uri link="::general-concepts/dependencies#Slot Operators">request to be
+<uri link="::general-concepts/dependencies/#Slot Operators">request to be
automatically rebuilt</uri> when the subslot of a runtime dependency changes.
</p>