diff options
author | Slávek Banko <[email protected]> | 2021-03-19 01:01:19 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-03-19 01:10:49 +0100 |
commit | c4a017522db7b0db26aff35e2266b230f416d5c5 (patch) | |
tree | cb18d0acb0c0bef383ac81d62d182866a99af394 /tde-head-and-foot.php | |
parent | 5eeb8cb0a86223cd0559e35556a428a5a1749efb (diff) | |
download | website-core-c4a017522db7b0db26aff35e2266b230f416d5c5.tar.gz website-core-c4a017522db7b0db26aff35e2266b230f416d5c5.zip |
Minor updates to the Support page.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'tde-head-and-foot.php')
-rw-r--r-- | tde-head-and-foot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tde-head-and-foot.php b/tde-head-and-foot.php index 9ef2d2e..15a01af 100644 --- a/tde-head-and-foot.php +++ b/tde-head-and-foot.php @@ -81,7 +81,7 @@ "FAQ" => $GLOBALS['maindir'] . "faq/index.php", ), "Support" => array("_" => $GLOBALS['maindir'] . "support.php", - "Bugs" => "https://bugs.trinitydesktop.org/buglist.cgi?quicksearch=ALL", + "Bugs" => "https://mirror.git.trinitydesktop.org/gitea/issues", "Mailing Lists" => $GLOBALS['maindir'] . "mailinglist.php", "Service Alerts" => $GLOBALS['maindir'] . "servicealerts/", "TDE Team" => $GLOBALS['maindir'] . "contributors.php", |