aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-03-30 20:17:02 +0200
committerUlrich Müller <ulm@gentoo.org>2021-03-30 20:17:02 +0200
commitaa2dd537f393f9c90b4bdef06f1478d0a09d8635 (patch)
treea626bd592ad7bc5f218bd41ecea3cd9a949dc99a
parentebuild-writing/common-mistakes: modernise autotools/econf advice on verbose log (diff)
downloaddevmanual-aa2dd537f393f9c90b4bdef06f1478d0a09d8635.tar.gz
devmanual-aa2dd537f393f9c90b4bdef06f1478d0a09d8635.tar.bz2
devmanual-aa2dd537f393f9c90b4bdef06f1478d0a09d8635.zip
ebuild-writing/common-mistakes: Fix Gentoo Bugzilla URL
Warning on previous git push: remote: WARNING: invalid Gentoo Bugzilla URL: https://bugs.gentoo.org/show_bug.cgi?id=werror Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ebuild-writing/common-mistakes/text.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
index 8afe2a5..2313c50 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -121,8 +121,8 @@ ebuild level are preferred.</note>
<p>
"-Werror" is a flag which turns all warnings into errors and thus will abort
compiling if any warning is encountered.
-See <uri link="https://bugs.gentoo.org/show_bug.cgi?id=werror">bug 260867</uri>
-for more information and real-life examples/fixes in the Gentoo tree.
+See <uri link="https://bugs.gentoo.org/260867">bug 260867</uri> for more
+information and real-life examples/fixes in the Gentoo tree.
</p>
<p><b>Rationale</b></p>