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 /general-concepts/ebuild-revisions
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 'general-concepts/ebuild-revisions')
-rw-r--r--general-concepts/ebuild-revisions/text.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/general-concepts/ebuild-revisions/text.xml b/general-concepts/ebuild-revisions/text.xml
index d363516..2c8531a 100644
--- a/general-concepts/ebuild-revisions/text.xml
+++ b/general-concepts/ebuild-revisions/text.xml
@@ -7,7 +7,7 @@
<p>
Ebuilds may have a Gentoo revision number associated with them. This is a
<c>-rX</c> suffix, where <c>X</c> is an integer <d/> see
-<uri link="::ebuild-writing/file-format/#File Naming Rules"/>.
+<uri link="::ebuild-writing/file-format/#File naming rules"/>.
This component must only be used for Gentoo changes, not upstream releases.
An ebuild with no explicit revision number has the implicit <c>-r0</c>
revision.
@@ -40,7 +40,7 @@ of thumb could be used as a guideline:
as such), then a new revision should be introduced and the old one
kept. If the package has stable keywords, the new revision should
be dropped to <c>~arch</c> (see
- <uri link="::keywording/#Keywording on Upgrades"/>).
+ <uri link="::keywording/#Keywording on upgrades"/>).
For any such revision bump, the new ebuild should be based
on the previous revision to ensure that fixes aren't dropped
accidentally.