diff options
author | Slávek Banko <[email protected]> | 2021-04-08 02:37:25 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-04-08 02:37:25 +0200 |
commit | 3013ba499828277a1105168a4d396a27303a8cd3 (patch) | |
tree | ef4635ca355e33980c4b0eee1a1034890f7e9a7a /tde-head-and-foot.php | |
parent | febe1597dd123a8a188d538fcfbfca57544b78ef (diff) | |
download | website-core-3013ba499828277a1105168a4d396a27303a8cd3.tar.gz website-core-3013ba499828277a1105168a4d396a27303a8cd3.zip |
Links TGW and CGit in the menu changed to https.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'tde-head-and-foot.php')
-rw-r--r-- | tde-head-and-foot.php | 4 |
1 files 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", |