diff options
author | Yuchen Pei <hi@ypei.me> | 2021-08-26 09:53:44 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2021-08-26 09:53:44 +1000 |
commit | a349d5115056f17496bba1f88f8043e87de6d9bd (patch) | |
tree | 82a94e34ce563a906bbb268c4bc11ad1699ac7ab /h-source/Application/Views/Desktop/Contact/index.php | |
parent | 90c3117df201811445bbf7f8958492e655258634 (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.
Diffstat (limited to 'h-source/Application/Views/Desktop/Contact/index.php')
-rw-r--r-- | h-source/Application/Views/Desktop/Contact/index.php | 2 |
1 files changed, 1 insertions, 1 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> |