Update links to community forum (#2083)
This commit is contained in:
parent
2a384cef7e
commit
e64a08657d
3 changed files with 4 additions and 4 deletions
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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?
|
||||
|
|
2
main.js
2
main.js
|
@ -338,7 +338,7 @@ function openSupportPage() {
|
|||
}
|
||||
|
||||
function openForums() {
|
||||
shell.openExternal('https://whispersystems.discoursehosting.net/');
|
||||
shell.openExternal('https://community.signalusers.org/');
|
||||
}
|
||||
|
||||
function setupWithImport() {
|
||||
|
|
Loading…
Reference in a new issue