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 /ebuild-maintenance
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 'ebuild-maintenance')
-rw-r--r--ebuild-maintenance/git/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml
index 82967cc..6ad3837 100644
--- a/ebuild-maintenance/git/text.xml
+++ b/ebuild-maintenance/git/text.xml
@@ -142,7 +142,7 @@ used. The valid uses of git include:
Whenever <c>pkgdev</c> is not used to commit, you need to manually verify all
packages affected by the commit using <c>pkgcheck scan --commits</c>. Also,
when using <c>git</c> manually, you must perform a manual sign-off to the
-<uri link="::general-concepts/copyright-policy/#Certificate of origin"/> using
+<uri link="::general-concepts/copyright-policy/#Certificate of Origin"/> using
the <c>-s </c> or <c>--signoff</c> option with your git commit commands. Make
sure you have read and understand the actual certificate.
</p>