diff options
Diffstat (limited to 'doc/qa.docbook')
-rw-r--r-- | doc/qa.docbook | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/qa.docbook b/doc/qa.docbook index 6e2571439..28ff6cf8e 100644 --- a/doc/qa.docbook +++ b/doc/qa.docbook @@ -5,7 +5,7 @@ <para> Here we'll go over each QA notice and what you (as a developer) can do to fix the issue. If you're a user, you should of course go - <ulink url="http://bugs.gentoo.org/">file a bug</ulink>. We'll only cover the + <ulink url="https://bugs.gentoo.org/">file a bug</ulink>. We'll only cover the non-obvious notices here. </para> <para> @@ -58,7 +58,7 @@ </programlisting> </para> <para> - Please see the Gentoo Hardened <ulink url="http://hardened.gentoo.org/pic-fix-guide.xml">PIC Fix Guide</ulink>. + Please see the Gentoo Hardened <ulink url="https://wiki.gentoo.org/wiki/Hardened/Textrels_Guide">PIC Fix Guide</ulink>. </para> </sect1> @@ -70,7 +70,7 @@ </programlisting> </para> <para> - Please see the Gentoo Hardened <ulink url="http://www.gentoo.org/proj/en/hardened/gnu-stack.xml">GNU Stack Guide</ulink>. + Please see the Gentoo Hardened <ulink url="https://wiki.gentoo.org/wiki/Hardened/GNU_stack_quickstart">GNU Stack Guide</ulink>. </para> </sect1> @@ -165,7 +165,7 @@ to use the <command>gen_usr_ldscript</command> function found in the toolchain-funcs.eclass. Refer to the man page for information on how to use it. See this - <ulink url="http://bugs.gentoo.org/4411">bug report</ulink> for some history + <ulink url="https://bugs.gentoo.org/4411">bug report</ulink> for some history on this issue. </para> </sect1> @@ -222,9 +222,9 @@ up as the optimization was not turned on by default. With gcc-4.1.x and newer though, the -O2 optimization level enables strict aliasing support. For information, please review these links: - <ulink url="http://mail-index.netbsd.org/tech-kern/2003/08/11/0001.html">NetBSD Explanation</ulink>, + <ulink url="https://mail-index.netbsd.org/tech-kern/2003/08/11/0001.html">NetBSD Explanation</ulink>, <ulink url="http://thread.gmane.org/gmane.linux.gentoo.devel/39495">Gentoo Dev Thread</ulink>, - <ulink url="http://gcc.gnu.org/bugs.html#nonbugs_c">GCC Docs</ulink>, + <ulink url="https://gcc.gnu.org/bugs.html#nonbugs_c">GCC Docs</ulink>, <ulink url="http://cellperformance.beyond3d.com/articles/2006/06/understanding-strict-aliasing.html">Practical examples</ulink>. </para> <para> |