aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-08-26 09:53:44 +1000
committerYuchen Pei <hi@ypei.me>2021-08-26 09:53:44 +1000
commita349d5115056f17496bba1f88f8043e87de6d9bd (patch)
tree82a94e34ce563a906bbb268c4bc11ad1699ac7ab
parent90c3117df201811445bbf7f8958492e655258634 (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>