diff options
author | Martin Liska <mliska@suse.cz> | 2021-12-22 13:55:28 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-12-28 11:05:28 +0100 |
commit | 786973ce33dfbbd1fe64e16654dbe5881c9b1ebf (patch) | |
tree | 2dbd19e1b833977e4e5f03ebdae68c7fef67e241 /gcc/jit/docs/topics | |
parent | 242783c52c22ed96eae722b2fa9847711ac84699 (diff) | |
download | gcc-786973ce33dfbbd1fe64e16654dbe5881c9b1ebf.zip gcc-786973ce33dfbbd1fe64e16654dbe5881c9b1ebf.tar.gz gcc-786973ce33dfbbd1fe64e16654dbe5881c9b1ebf.tar.bz2 |
docs: replace http:// with https://
I replaced and verified http:// links for various domains.
gcc/ada/ChangeLog:
* doc/share/gnu_free_documentation_license.rst: Replace http:// with https.
* gnat-style.texi: Likewise.
* gnat_rm.texi: Likewise.
* gnat_ugn.texi: Likewise.
gcc/d/ChangeLog:
* gdc.texi: Replace http:// with https.
gcc/ChangeLog:
* doc/contrib.texi: Replace http:// with https.
* doc/contribute.texi: Likewise.
* doc/extend.texi: Likewise.
* doc/gccint.texi: Likewise.
* doc/gnu.texi: Likewise.
* doc/implement-c.texi: Likewise.
* doc/implement-cxx.texi: Likewise.
* doc/include/fdl.texi: Likewise.
* doc/include/gpl_v3.texi: Likewise.
* doc/install.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/passes.texi: Likewise.
* doc/service.texi: Likewise.
* doc/sourcebuild.texi: Likewise.
* doc/standards.texi: Likewise.
gcc/fortran/ChangeLog:
* gfortran.texi: Replace http:// with https.
* intrinsic.texi: Likewise.
gcc/go/ChangeLog:
* gccgo.texi: Replace http:// with https.
gcc/jit/ChangeLog:
* docs/_build/texinfo/libgccjit.texi: Replace http:// with https.
* docs/cp/index.rst: Likewise.
* docs/cp/intro/index.rst: Likewise.
* docs/cp/intro/tutorial01.rst: Likewise.
* docs/cp/intro/tutorial02.rst: Likewise.
* docs/cp/intro/tutorial03.rst: Likewise.
* docs/cp/intro/tutorial04.rst: Likewise.
* docs/cp/topics/asm.rst: Likewise.
* docs/cp/topics/compilation.rst: Likewise.
* docs/cp/topics/contexts.rst: Likewise.
* docs/cp/topics/expressions.rst: Likewise.
* docs/cp/topics/functions.rst: Likewise.
* docs/cp/topics/index.rst: Likewise.
* docs/cp/topics/locations.rst: Likewise.
* docs/cp/topics/objects.rst: Likewise.
* docs/cp/topics/types.rst: Likewise.
* docs/index.rst: Likewise.
* docs/internals/index.rst: Likewise.
* docs/intro/index.rst: Likewise.
* docs/intro/tutorial01.rst: Likewise.
* docs/intro/tutorial02.rst: Likewise.
* docs/intro/tutorial03.rst: Likewise.
* docs/intro/tutorial04.rst: Likewise.
* docs/intro/tutorial05.rst: Likewise.
* docs/topics/asm.rst: Likewise.
* docs/topics/compatibility.rst: Likewise.
* docs/topics/compilation.rst: Likewise.
* docs/topics/contexts.rst: Likewise.
* docs/topics/expressions.rst: Likewise.
* docs/topics/function-pointers.rst: Likewise.
* docs/topics/functions.rst: Likewise.
* docs/topics/index.rst: Likewise.
* docs/topics/locations.rst: Likewise.
* docs/topics/objects.rst: Likewise.
* docs/topics/performance.rst: Likewise.
* docs/topics/types.rst: Likewise.
Diffstat (limited to 'gcc/jit/docs/topics')
-rw-r--r-- | gcc/jit/docs/topics/asm.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/topics/compatibility.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/topics/compilation.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/topics/contexts.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/topics/expressions.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/topics/function-pointers.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/topics/functions.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/topics/index.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/topics/locations.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/topics/objects.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/topics/performance.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/topics/types.rst | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/gcc/jit/docs/topics/asm.rst b/gcc/jit/docs/topics/asm.rst index 0a1e48e..02c1df5 100644 --- a/gcc/jit/docs/topics/asm.rst +++ b/gcc/jit/docs/topics/asm.rst @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. .. default-domain:: c diff --git a/gcc/jit/docs/topics/compatibility.rst b/gcc/jit/docs/topics/compatibility.rst index c6c14f0..91b00d9 100644 --- a/gcc/jit/docs/topics/compatibility.rst +++ b/gcc/jit/docs/topics/compatibility.rst @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. .. default-domain:: c diff --git a/gcc/jit/docs/topics/compilation.rst b/gcc/jit/docs/topics/compilation.rst index b6ace12..29f8b05 100644 --- a/gcc/jit/docs/topics/compilation.rst +++ b/gcc/jit/docs/topics/compilation.rst @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. .. default-domain:: c diff --git a/gcc/jit/docs/topics/contexts.rst b/gcc/jit/docs/topics/contexts.rst index 00fb17e..c51ae364 100644 --- a/gcc/jit/docs/topics/contexts.rst +++ b/gcc/jit/docs/topics/contexts.rst @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. .. default-domain:: c diff --git a/gcc/jit/docs/topics/expressions.rst b/gcc/jit/docs/topics/expressions.rst index 0a96872..6860cc6 100644 --- a/gcc/jit/docs/topics/expressions.rst +++ b/gcc/jit/docs/topics/expressions.rst @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. .. default-domain:: c diff --git a/gcc/jit/docs/topics/function-pointers.rst b/gcc/jit/docs/topics/function-pointers.rst index 828eda8..8ea08fe 100644 --- a/gcc/jit/docs/topics/function-pointers.rst +++ b/gcc/jit/docs/topics/function-pointers.rst @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. .. default-domain:: c diff --git a/gcc/jit/docs/topics/functions.rst b/gcc/jit/docs/topics/functions.rst index 8399345..497caa6 100644 --- a/gcc/jit/docs/topics/functions.rst +++ b/gcc/jit/docs/topics/functions.rst @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. .. default-domain:: c diff --git a/gcc/jit/docs/topics/index.rst b/gcc/jit/docs/topics/index.rst index 1af8846..587fb8a 100644 --- a/gcc/jit/docs/topics/index.rst +++ b/gcc/jit/docs/topics/index.rst @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. Topic Reference =============== diff --git a/gcc/jit/docs/topics/locations.rst b/gcc/jit/docs/topics/locations.rst index 8c276e1..2c2139b 100644 --- a/gcc/jit/docs/topics/locations.rst +++ b/gcc/jit/docs/topics/locations.rst @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. .. default-domain:: c diff --git a/gcc/jit/docs/topics/objects.rst b/gcc/jit/docs/topics/objects.rst index 0df8076..587133e 100644 --- a/gcc/jit/docs/topics/objects.rst +++ b/gcc/jit/docs/topics/objects.rst @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. .. default-domain:: c diff --git a/gcc/jit/docs/topics/performance.rst b/gcc/jit/docs/topics/performance.rst index 92f5899..8255740 100644 --- a/gcc/jit/docs/topics/performance.rst +++ b/gcc/jit/docs/topics/performance.rst @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. .. default-domain:: c diff --git a/gcc/jit/docs/topics/types.rst b/gcc/jit/docs/topics/types.rst index 6260e9a..7de8d38 100644 --- a/gcc/jit/docs/topics/types.rst +++ b/gcc/jit/docs/topics/types.rst @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see - <http://www.gnu.org/licenses/>. + <https://www.gnu.org/licenses/>. .. default-domain:: c |