diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-06-28 11:54:22 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-28 11:54:22 -0400 |
commit | b5365341dad167e314023df95d2c5e0f955962f0 (patch) | |
tree | 0e82d1dbf5ef01ce0fc3266e4c3c043814bc5910 /doc | |
parent | repoman: use https to fetch metadata.xsd (diff) | |
download | portage-b5365341dad167e314023df95d2c5e0f955962f0.tar.gz portage-b5365341dad167e314023df95d2c5e0f955962f0.tar.bz2 portage-b5365341dad167e314023df95d2c5e0f955962f0.zip |
refresh many URIs in the code base
Use https where available, and update old links (like www.gentoo.org)
to point to the new location.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config/sets.docbook | 4 | ||||
-rw-r--r-- | doc/custom.xsl | 2 | ||||
-rw-r--r-- | doc/package/ebuild/eapi/4-python.docbook | 2 | ||||
-rw-r--r-- | doc/package/ebuild/eapi/5-progress.docbook | 2 | ||||
-rw-r--r-- | doc/portage.docbook | 2 | ||||
-rw-r--r-- | doc/qa.docbook | 12 |
6 files changed, 12 insertions, 12 deletions
diff --git a/doc/config/sets.docbook b/doc/config/sets.docbook index 749b7753a..0fe50f252 100644 --- a/doc/config/sets.docbook +++ b/doc/config/sets.docbook @@ -32,7 +32,7 @@ uses Pythons <classname>ConfigParser</classname> module, which implements the syntax usually found in .ini files. At its core it allows various named sections that each can contain any number of key-value pairs, see - the <ulink url="http://doc.python.org/lib/module-ConfigParser.html" type="text/html">Python documentation</ulink> + the <ulink url="https://doc.python.org/lib/module-ConfigParser.html" type="text/html">Python documentation</ulink> for the full details. </para> <para> @@ -157,7 +157,7 @@ longer description than usual. So it needs more than one line. - homepage: http://www.foobar.org + homepage: https://www.foobar.org/ author: John Doe <john@doe.com> </programlisting> diff --git a/doc/custom.xsl b/doc/custom.xsl index a7763ecf6..11a2b9ef0 100644 --- a/doc/custom.xsl +++ b/doc/custom.xsl @@ -1,4 +1,4 @@ -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> +<xsl:stylesheet xmlns:xsl="https://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:param name="toc.section.depth" select="20"/> <xsl:param name="chunk.section.depth" select="2"/> <xsl:param name="generate.section.toc.level" select="2"/> diff --git a/doc/package/ebuild/eapi/4-python.docbook b/doc/package/ebuild/eapi/4-python.docbook index a61ac0503..5fc6ea023 100644 --- a/doc/package/ebuild/eapi/4-python.docbook +++ b/doc/package/ebuild/eapi/4-python.docbook @@ -1,7 +1,7 @@ <section id='package-ebuild-eapi-4-python'> <title>EAPI 4-python</title> <para> - Also see the <ulink url="http://people.apache.org/~Arfrever/EAPI_4-python_Specification">official EAPI 4-python Specification</ulink>. + Also see the <ulink url="https://people.apache.org/~Arfrever/EAPI_4-python_Specification">official EAPI 4-python Specification</ulink>. </para> <section id='package-ebuild-eapi-4-python-helpers'> <title>Helpers</title> diff --git a/doc/package/ebuild/eapi/5-progress.docbook b/doc/package/ebuild/eapi/5-progress.docbook index 6493d7e81..4d07be86e 100644 --- a/doc/package/ebuild/eapi/5-progress.docbook +++ b/doc/package/ebuild/eapi/5-progress.docbook @@ -1,7 +1,7 @@ <section id='package-ebuild-eapi-5-progress'> <title>EAPI 5-progress</title> <para> - Also see the <ulink url="http://people.apache.org/~Arfrever/EAPI_5-progress_Specification">official EAPI 5-progress Specification</ulink>. + Also see the <ulink url="https://people.apache.org/~Arfrever/EAPI_5-progress_Specification">official EAPI 5-progress Specification</ulink>. </para> <section id='package-ebuild-eapi-5-progress-helpers'> <title>Helpers</title> diff --git a/doc/portage.docbook b/doc/portage.docbook index 811544f5e..f7d539a50 100644 --- a/doc/portage.docbook +++ b/doc/portage.docbook @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.4//EN" - "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ + "https://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY date SYSTEM "fragment/date"> <!ENTITY version SYSTEM "fragment/version"> 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> |