change chat URL to one that redirects via ardour.org

This commit is contained in:
Paul Davis 2021-05-19 15:49:50 -06:00
parent ad69a564a0
commit 159fa49dbb
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ ARDOUR_UI::launch_chat ()
switch (dialog.run()) {
case RESPONSE_OK:
open_uri("http://webchat.freenode.net/?channels=ardour");
open_uri("http://ardour.org/chat");
break;
default:
break;