diff --git a/interface/src/ui/DialogsManager.cpp b/interface/src/ui/DialogsManager.cpp
index acea748d07..2452369c18 100644
--- a/interface/src/ui/DialogsManager.cpp
+++ b/interface/src/ui/DialogsManager.cpp
@@ -155,7 +155,7 @@ void DialogsManager::showIRCLink() {
if (!_ircInfoBox) {
_ircInfoBox = new QMessageBox(QMessageBox::NoIcon,
"High Fidelity IRC",
- "High Fidelity has an IRC channel on irc.freenode.net at #highfidelity.
Web chat is available at http://webchat.freenode.net/?channels=highfidelity&uio=d4",
+ "High Fidelity has an IRC channel on irc.freenode.net at #highfidelity.
Web chat is available here.",
QMessageBox::Ok);
_ircInfoBox->setTextFormat(Qt::RichText);
_ircInfoBox->setAttribute(Qt::WA_DeleteOnClose);