diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a471eff112a6..718c4aaedb11 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -5,7 +5,7 @@ both logs and a detailed description of what you encountered. Please do your bes Please note that this tracker is only for bugs and feature requests. Please try these locations if you have a question or comment: - https://whispersystems.discoursehosting.net/ + https://community.signalusers.org/ http://support.signal.org/ support@whispersystems.org diff --git a/README.md b/README.md index 9a74be0d3c6c..d2dd76333e62 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ You can install it on a computer which already has the production version instal ## Got a question? -You can find a number of frequently asked questions here https://support.signal.org/. -The discussion groups are another good place for questions: https://whispersystems.discoursehosting.net/. +You can find answers to a number of frequently asked questions on our support site: https://support.signal.org/. +The community forum is another good place for questions: https://community.signalusers.org/. ## Found a Bug? Have a feature request? diff --git a/main.js b/main.js index 1044ae859559..3182880d2b38 100644 --- a/main.js +++ b/main.js @@ -338,7 +338,7 @@ function openSupportPage() { } function openForums() { - shell.openExternal('https://whispersystems.discoursehosting.net/'); + shell.openExternal('https://community.signalusers.org/'); } function setupWithImport() {