Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/
Date: Tue, 30 Mar 2021 18:20:31
Message-Id: 1617128222.aa2dd537f393f9c90b4bdef06f1478d0a09d8635.ulm@gentoo
1 commit: aa2dd537f393f9c90b4bdef06f1478d0a09d8635
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 18:17:02 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 18:17:02 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=aa2dd537
7
8 ebuild-writing/common-mistakes: Fix Gentoo Bugzilla URL
9
10 Warning on previous git push:
11 remote: WARNING: invalid Gentoo Bugzilla URL: https://bugs.gentoo.org/show_bug.cgi?id=werror
12
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 ebuild-writing/common-mistakes/text.xml | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
19 index 8afe2a5..2313c50 100644
20 --- a/ebuild-writing/common-mistakes/text.xml
21 +++ b/ebuild-writing/common-mistakes/text.xml
22 @@ -121,8 +121,8 @@ ebuild level are preferred.</note>
23 <p>
24 "-Werror" is a flag which turns all warnings into errors and thus will abort
25 compiling if any warning is encountered.
26 -See <uri link="https://bugs.gentoo.org/show_bug.cgi?id=werror">bug 260867</uri>
27 -for more information and real-life examples/fixes in the Gentoo tree.
28 +See <uri link="https://bugs.gentoo.org/260867">bug 260867</uri> for more
29 +information and real-life examples/fixes in the Gentoo tree.
30 </p>
31
32 <p><b>Rationale</b></p>