From b5365341dad167e314023df95d2c5e0f955962f0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 28 Jun 2016 11:54:22 -0400 Subject: 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. --- doc/config/sets.docbook | 4 ++-- doc/custom.xsl | 2 +- doc/package/ebuild/eapi/4-python.docbook | 2 +- doc/package/ebuild/eapi/5-progress.docbook | 2 +- doc/portage.docbook | 2 +- doc/qa.docbook | 12 ++++++------ 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'doc') 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 ConfigParser 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 Python documentation + the Python documentation for the full details. @@ -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> 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 @@ - + 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 @@
EAPI 4-python - Also see the official EAPI 4-python Specification. + Also see the official EAPI 4-python Specification.
Helpers 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 @@
EAPI 5-progress - Also see the official EAPI 5-progress Specification. + Also see the official EAPI 5-progress Specification.
Helpers 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 @@ 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 @@ 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 - file a bug. We'll only cover the + file a bug. We'll only cover the non-obvious notices here. @@ -58,7 +58,7 @@ - Please see the Gentoo Hardened PIC Fix Guide. + Please see the Gentoo Hardened PIC Fix Guide. @@ -70,7 +70,7 @@ - Please see the Gentoo Hardened GNU Stack Guide. + Please see the Gentoo Hardened GNU Stack Guide. @@ -165,7 +165,7 @@ to use the gen_usr_ldscript function found in the toolchain-funcs.eclass. Refer to the man page for information on how to use it. See this - bug report for some history + bug report for some history on this issue. @@ -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: - NetBSD Explanation, + NetBSD Explanation, Gentoo Dev Thread, - GCC Docs, + GCC Docs, Practical examples. -- cgit v1.2.3-65-gdbad