fragments.texi (Target Fragment): Convert debian.org link to use https.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 5 Jul 2015 20:36:22 +0000 (20:36 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 5 Jul 2015 20:36:22 +0000 (20:36 +0000)
* doc/fragments.texi (Target Fragment): Convert debian.org
link to use https.
* doc/install.texi (Configuration): Ditto.

From-SVN: r225435

gcc/ChangeLog
gcc/doc/fragments.texi
gcc/doc/install.texi

index 13f9ba7..6ef5ef1 100644 (file)
@@ -1,3 +1,9 @@
+2015-07-05  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/fragments.texi (Target Fragment): Convert debian.org
+       link to use https.
+       * doc/install.texi (Configuration): Ditto.
+
 2015-07-05  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/66718
index 805f1a2..e48c54c 100644 (file)
@@ -237,7 +237,7 @@ both multilib and multiarch.  In that case, multiarch names are encoded
 in @code{MULTILIB_OSDIRNAMES} instead.
 
 More documentation about multiarch can be found at
-@uref{http://wiki.debian.org/Multiarch}.
+@uref{https://wiki.debian.org/Multiarch}.
 
 @findex SPECS
 @item SPECS
index bcebcd2..212008a 100644 (file)
@@ -1058,7 +1058,7 @@ if the files are found.  The auto detection is enabled for native builds,
 and for cross builds configured with @option{--with-sysroot}, and without
 @option{--with-native-system-header-dir}.
 More documentation about multiarch can be found at
-@uref{http://wiki.debian.org/Multiarch}.
+@uref{https://wiki.debian.org/Multiarch}.
 
 @item --enable-vtable-verify
 Specify whether to enable or disable the vtable verification feature.