From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 0A39A3858C2C; Tue, 28 Dec 2021 10:12:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0A39A3858C2C MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-6132] docs: Use https in manual. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: a187edd2b437fc9571d57f771a624963fcce08f8 X-Git-Newrev: cff8fa9a44062b3b05bbfc8b077214dd6c50710a Message-Id: <20211228101213.0A39A3858C2C@sourceware.org> Date: Tue, 28 Dec 2021 10:12:13 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2021 10:12:13 -0000 https://gcc.gnu.org/g:cff8fa9a44062b3b05bbfc8b077214dd6c50710a commit r12-6132-gcff8fa9a44062b3b05bbfc8b077214dd6c50710a Author: Martin Liska Date: Tue Dec 28 11:11:45 2021 +0100 docs: Use https in manual. gcc/d/ChangeLog: * gdc.texi: Use one more https. Diff: --- 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 d93d2e8001a..01d048809a8 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.