aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-04-29 18:28:46 +0200
committerUlrich Müller <ulm@gentoo.org>2024-05-07 19:16:53 +0200
commitfd9c0342503dd70838f2ecc75434d76349304079 (patch)
tree7b8f69aaab02a742a47366b5b08ab47486cf713a /quickstart/text.xml
parentebuild-writing/misc-files/patches: Revert wording change (diff)
downloaddevmanual-fd9c0342503dd70838f2ecc75434d76349304079.tar.gz
devmanual-fd9c0342503dd70838f2ecc75434d76349304079.tar.bz2
devmanual-fd9c0342503dd70838f2ecc75434d76349304079.zip
Fix internal references
Internal links referring to sections were broken by the previous "Sentence case devmanual" commit. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'quickstart/text.xml')
-rw-r--r--quickstart/text.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/quickstart/text.xml b/quickstart/text.xml
index f311ad9..32e3ede 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -195,7 +195,7 @@ failed.
<p>
In the ctags example, we didn't tell Portage about any dependencies. As it
happens, that's ok, because ctags only needs a basic toolchain to compile and
-run (see <uri link="::general-concepts/dependencies/#Implicit System Dependency"/>
+run (see <uri link="::general-concepts/dependencies/#Implicit system dependency"/>
for why we don't need to depend upon those explicitly). However, life is rarely
that simple.
</p>
@@ -233,7 +233,7 @@ Again, you can see the ebuild header and the various informational variables. In
<c>SRC_URI</c>, <c>${PN}</c> is used to get the package's
name <e>without</e> the version suffix (there are more of these
variables <d/> see
-<uri link="::ebuild-writing/variables/#Predefined Read-Only Variables"/>).
+<uri link="::ebuild-writing/variables/#Predefined read-only variables"/>).
</p>
<p>
@@ -300,7 +300,8 @@ Note the <c>${FILESDIR}/${P}-destdir.patch</c> <d/> this refers to
<c>detox-1.1.0-destdir.patch</c>, which lives in the <c>files/</c>
subdirectory in the Gentoo repository. Larger patch files must go on your
developer's space at <c>dev.gentoo.org</c> rather than in <c>files/</c> or
-mirrors <d/> see <uri link="::general-concepts/mirrors/#Gentoo Mirrors"/> and
+mirrors <d/>
+see <uri link="::general-concepts/mirrors/#Suitable download hosts"/> and
<uri link="::ebuild-writing/functions/src_prepare/eapply/"/>.
</p>