From e3bfe289fac81238e880bd393e9bcc122f952dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 1 Apr 2021 12:06:01 +0200 Subject: [PATCH] Add TDE Gitea Workspace to the main menu. 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tde-head-and-foot.php b/tde-head-and-foot.php index 15a01af..0c98026 100644 --- a/tde-head-and-foot.php +++ b/tde-head-and-foot.php @@ -87,7 +87,8 @@ "TDE Team" => $GLOBALS['maindir'] . "contributors.php", ), "Development" => array("_" => $GLOBALS['maindir'] . "development.php", - "GIT" => "http://mirror.git.trinitydesktop.org/cgit/", + "TGW" => "http://mirror.git.trinitydesktop.org/gitea/TDE", + "CGit" => "http://mirror.git.trinitydesktop.org/cgit/", "Translations" => "https://mirror.git.trinitydesktop.org/weblate", "Commit History" => $GLOBALS['maindir'] . "patches", "Resources" => $GLOBALS['maindir'] . "devresources.php",