summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-03-19 01:01:19 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-03-19 01:10:49 +0100
commitc4a017522db7b0db26aff35e2266b230f416d5c5 (patch)
treecb18d0acb0c0bef383ac81d62d182866a99af394
parent5eeb8cb0a86223cd0559e35556a428a5a1749efb (diff)
downloadwebsite-core-c4a017522db7b0db26aff35e2266b230f416d5c5.tar.gz
website-core-c4a017522db7b0db26aff35e2266b230f416d5c5.zip
Minor updates to the Support page.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--support.php18
-rw-r--r--tde-head-and-foot.php2
2 files changed, 12 insertions, 8 deletions
diff --git a/support.php b/support.php
index 9b45941..369fb38 100644
--- a/support.php
+++ b/support.php
@@ -3,21 +3,25 @@
doHeader("Getting Help", "Support", "_");
?>
-<p>Feel free to contact us with questions, comments or problems. We are looking for developers, so
-if you are interested, please let us know. The best way to get in touch with the Trinity project is
-through one of the options below:</p>
+<p>Feel free to contact us with questions, comments or problems. We are looking
+for developers and translators, so if you are interested, please let us know.
+The best way to get in touch with the Trinity project is through one of the
+options below:</p>
<h3>Internet Relay Chat</h3>
<p>network: chat.freenode.net<br>
channel: <a href="irc://irc.freenode.net/#trinity-desktop">#trinity-desktop</a>
-<p>This channel is publicly logged. A full channel log can be accessed <a href="http://trinitydesktop.org/irc/logs.php">here</a>.</p>
+<p>This channel is publicly logged. A full channel log can be accessed
+<a href="irc/logs.php">here</a>.</p>
<h3>Mailing Lists</h3>
-<p>You can contact the project users and developers via one or more of our <a href="mailinglist.php">mailing lists</a>.</p>
+<p>You can contact the project users and developers via one or more of our
+<a href="mailinglist.php">mailing lists</a>.</p>
<h3>Bugs</h3>
-<p> Bugs should be reported to our bug tracker which is available
-<a href="http://bugs.pearsoncomputing.net/buglist.cgi?quicksearch=ALL">here</a>.</p>
+<p>Bugs should be reported to our bug tracker, which is now part of our
+<a href="https://mirror.git.trinitydesktop.org/gitea/issues">TDE Gitea
+Workspace (TGW)</a> as Issues.</p>
<?php
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",