diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2015-07-05 20:36:22 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2015-07-05 20:36:22 +0000 |
commit | 3b973a7f22d0006505139348a3871738328f0280 (patch) | |
tree | e47c324496d074fb86bf3dcac96c6f200dd42ce7 /gcc/doc | |
parent | 3cc2fa2a17d7d3b72d2140306686c827612234d0 (diff) | |
download | gcc-3b973a7f22d0006505139348a3871738328f0280.zip gcc-3b973a7f22d0006505139348a3871738328f0280.tar.gz gcc-3b973a7f22d0006505139348a3871738328f0280.tar.bz2 |
fragments.texi (Target Fragment): Convert debian.org link to use https.
* doc/fragments.texi (Target Fragment): Convert debian.org
link to use https.
* doc/install.texi (Configuration): Ditto.
From-SVN: r225435
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/fragments.texi | 2 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/fragments.texi b/gcc/doc/fragments.texi index 805f1a2..e48c54c 100644 --- a/gcc/doc/fragments.texi +++ b/gcc/doc/fragments.texi @@ -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 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index bcebcd2..212008a 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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. |