From f9082f1270fb45313978691839bc6924237a9a60 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 26 Jun 2018 20:44:55 -0400 Subject: [PATCH] update irc link --- services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services.php b/services.php index 574d79e..b149f6e 100644 --- a/services.php +++ b/services.php @@ -5,7 +5,7 @@ $services = [ 'forum' => ['fa' => 'comment', 'url' => 'https://forum.tilde.team'], 'wiki' => ['fa' => 'book', 'url' => '/wiki/'], 'mastodon' => ['fa' => 'retweet', 'url' => 'https://tilde.zone'], - 'chat' => ['fa' => 'comments-o', 'url' => '/wiki/?page=irc'], + 'chat' => ['fa' => 'comments-o', 'url' => 'https://tilde.chat'], 'webmail' => ['fa' => 'envelope', 'url' => 'https://mail.tilde.team'], 'cryptpad' => ['fa' => 'sticky-note', 'url' => 'https://pad.tilde.team'], 'pastebin' => ['fa' => 'paste', 'url' => 'https://paste.tilde.team/'],