diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2024-05-27 09:42:22 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2024-05-27 09:43:33 +0200 |
commit | 6e974827232b90b05a8e1dc6d2ed7b918f2b6c93 (patch) | |
tree | 78d9035699e6f984a0595df8bc406a7bb3185924 /gcc | |
parent | 06bb125521dec5648b725ddee4345b00decfdc77 (diff) | |
download | gcc-6e974827232b90b05a8e1dc6d2ed7b918f2b6c93.zip gcc-6e974827232b90b05a8e1dc6d2ed7b918f2b6c93.tar.gz gcc-6e974827232b90b05a8e1dc6d2ed7b918f2b6c93.tar.bz2 |
doc: Use https for our own site (and GCC for the project)
gcc:
* doc/gm2.texi (What is GNU Modula-2): Move gcc.gnu.org links to
https.
(Other languages): Ditto. And fix casing of GCC.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/gm2.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/gm2.texi b/gcc/doc/gm2.texi index 7e58040..d553131 100644 --- a/gcc/doc/gm2.texi +++ b/gcc/doc/gm2.texi @@ -92,8 +92,8 @@ Boston, MA 02110-1301, USA@* @node What is GNU Modula-2, Why use GNU Modula-2, , Overview @section What is GNU Modula-2 -GNU Modula-2 is a @uref{http://gcc.gnu.org/frontends.html, front end} -for the GNU Compiler Collection (@uref{http://gcc.gnu.org/, GCC}). +GNU Modula-2 is a @uref{https://gcc.gnu.org/frontends.html, front end} +for the GNU Compiler Collection (@uref{https://gcc.gnu.org, GCC}). The GNU Modula-2 compiler is compliant with the PIM2, PIM3, PIM4 and ISO dialects. Also implemented are a complete set of free ISO libraries and PIM libraries. @@ -3022,7 +3022,7 @@ The mailing list contents can be viewed @section Other languages for GCC These exist and can be found on the frontends web page on the -@uref{http://gcc.gnu.org/frontends.html, gcc web site}. +@uref{https://gcc.gnu.org/frontends.html, GCC web site}. @node License, Copying, Using, Top @section License of GNU Modula-2 |