From cff8fa9a44062b3b05bbfc8b077214dd6c50710a Mon Sep 17 00:00:00 2001
From: Martin Liska <mliska@suse.cz>
Date: Tue, 28 Dec 2021 11:11:45 +0100
Subject: [PATCH] docs: Use https in manual.

gcc/d/ChangeLog:

	* gdc.texi: Use one more https.
---
 gcc/d/gdc.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/d/gdc.texi b/gcc/d/gdc.texi
index d93d2e8001a2..01d048809a84 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.
-- 
GitLab