aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-08-26 09:53:44 +1000
committerYuchen Pei <hi@ypei.me>2021-10-11 22:52:42 +1100
commita433241c0aff14110d1355f904d3dace8b6bae6b (patch)
tree408f687c56f060aaac18622d2b091f6e080f76d4
parent5f2346668dd0f7f265d08fb02e097822f5517883 (diff)
Updating contact section.
Removing info@h-node.com adding irc and mailing list. couldn't do nonenglish version because I don't know the languages.
-rw-r--r--h-source/Application/Views/Desktop/Contact/index.php2
-rw-r--r--h-source/Application/Views/Mobile/Contact/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/Desktop/Contact/index.php b/h-source/Application/Views/Desktop/Contact/index.php
index 62822d8..ac6e7d5 100644
--- a/h-source/Application/Views/Desktop/Contact/index.php
+++ b/h-source/Application/Views/Desktop/Contact/index.php
@@ -31,7 +31,7 @@
</div>
<div class="contact_div">
- If you want to directly contact the <b><?php echo Website::$generalName;?></b> team use this e-mail address: <b>info@h-node.com</b>
+ Discussions about <b><?php echo Website::$generalName;?></b> also take place on the <a href="https://lists.nongnu.org/mailman/listinfo/h-source-users">h-source-users mailing list</a> and <a href="irc://libera.chat/h-node">#h-node libera.chat IRC channel</a>.
</div>
</div>
diff --git a/h-source/Application/Views/Mobile/Contact/index.php b/h-source/Application/Views/Mobile/Contact/index.php
index 51e0466..20faef1 100644
--- a/h-source/Application/Views/Mobile/Contact/index.php
+++ b/h-source/Application/Views/Mobile/Contact/index.php
@@ -33,7 +33,7 @@
</div>
<div class="contact_div">
- If you want to directly contact the <b><?php echo Website::$generalName;?></b> team use this e-mail address: <b>info@h-node.com</b>
+ Discussions about <b><?php echo Website::$generalName;?></b> also take place on the <a href="https://lists.nongnu.org/mailman/listinfo/h-source-users">h-source-users mailing list</a> and <a href="irc://libera.chat/h-node">#h-node libera.chat IRC channel</a>.
</div>
</div>