diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-10-27 12:22:01 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-10-30 17:21:14 +0100 |
commit | 2556659c7a76dd00176efd7892e02ca0130998e2 (patch) | |
tree | 6bbbde24e64ac2395033b8a1c1cda8a3e3f7aa58 /tools-reference | |
parent | devbook.xsl: Warn about missing terminating slash in internal links (diff) | |
download | devmanual-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 'tools-reference')
-rw-r--r-- | tools-reference/diff-and-patch/text.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools-reference/diff-and-patch/text.xml b/tools-reference/diff-and-patch/text.xml index 50983b6..0e9755c 100644 --- a/tools-reference/diff-and-patch/text.xml +++ b/tools-reference/diff-and-patch/text.xml @@ -31,7 +31,7 @@ upstream too <d/> however, occasionally you may be asked to provide context diffs, which are more portable than unifieds (but don't handle conflicts as cleanly). In this case, use <c>-c</c> rather than <c>-u</c>. For a verbose guide into patches and patching, see -<uri link="::ebuild-writing/misc-files/patches"/>. +<uri link="::ebuild-writing/misc-files/patches/"/>. </p> <p> @@ -40,7 +40,7 @@ where <c>X</c> is a number representing the number of path components which must be removed (typically this is <c>0</c> or <c>1</c>). Within ebuilds, use the <c>epatch</c> function, or <c>eapply</c> function beginning with EAPI=6, instead — see -<uri link="::ebuild-writing/functions/src_prepare/epatch"/>. +<uri link="::ebuild-writing/functions/src_prepare/epatch/"/>. </p> <p> |