Replace link to IRC channel in 500 error message

This commit is contained in:
Amir Saeid 2020-03-29 17:15:28 +01:00 committed by Alan Post
parent 63d73ab80d
commit 3496eab765
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
<body>
<h1>Lobsters HTTP 500 status: server error</h1>
<p>The page you requested cannot be displayed.</p>
<p>The site operators have been notified of this error. You're welcome to and encouraged to also report it in <a href="/chat">chat</a>.</p>
<p>The site operators have been notified of this error. You're welcome to and encouraged to also report it in the <a href="irc://irc.freenode.net/lobsters">IRC channel</a> (also accessible via <a href="https://webchat.freenode.net/#lobsters">webchat</a>).</p>
</body>
</html>