From 3013ba499828277a1105168a4d396a27303a8cd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 8 Apr 2021 02:37:25 +0200 Subject: [PATCH] Links TGW and CGit in the menu changed to https. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- tde-head-and-foot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tde-head-and-foot.php b/tde-head-and-foot.php index 0c98026..ff615e0 100644 --- a/tde-head-and-foot.php +++ b/tde-head-and-foot.php @@ -87,8 +87,8 @@ "TDE Team" => $GLOBALS['maindir'] . "contributors.php", ), "Development" => array("_" => $GLOBALS['maindir'] . "development.php", - "TGW" => "http://mirror.git.trinitydesktop.org/gitea/TDE", - "CGit" => "http://mirror.git.trinitydesktop.org/cgit/", + "TGW" => "https://mirror.git.trinitydesktop.org/gitea/TDE", + "CGit" => "https://mirror.git.trinitydesktop.org/cgit/", "Translations" => "https://mirror.git.trinitydesktop.org/weblate", "Commit History" => $GLOBALS['maindir'] . "patches", "Resources" => $GLOBALS['maindir'] . "devresources.php",