commit: aa2dd537f393f9c90b4bdef06f1478d0a09d8635 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Mar 30 18:17:02 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Mar 30 18:17:02 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=aa2dd537
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 <AT> gentoo.org> ebuild-writing/common-mistakes/text.xml | 4 ++-- 1 file 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>
