diff options
author | Martin Liska <mliska@suse.cz> | 2021-12-28 11:11:45 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-12-28 11:11:45 +0100 |
commit | cff8fa9a44062b3b05bbfc8b077214dd6c50710a (patch) | |
tree | 027bb3b777636855c4b5dd3c4332348843ac949f /gcc | |
parent | a187edd2b437fc9571d57f771a624963fcce08f8 (diff) | |
download | gcc-cff8fa9a44062b3b05bbfc8b077214dd6c50710a.zip gcc-cff8fa9a44062b3b05bbfc8b077214dd6c50710a.tar.gz gcc-cff8fa9a44062b3b05bbfc8b077214dd6c50710a.tar.bz2 |
docs: Use https in manual.
gcc/d/ChangeLog:
* gdc.texi: Use one more https.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/d/gdc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/gdc.texi b/gcc/d/gdc.texi index d93d2e8..01d0488 100644 --- a/gcc/d/gdc.texi +++ b/gcc/d/gdc.texi @@ -66,7 +66,7 @@ This manual describes how to use @command{gdc}, the GNU compiler for the D programming language. This manual is specifically about @command{gdc}. For more information about the D programming language in general, including language specifications and standard -package documentation, see @uref{http://dlang.org/}. +package documentation, see @uref{https://dlang.org/}. @menu * Copying:: The GNU General Public License. |