diff options
author | Saúl Ibarra Corretgé <s@saghul.net> | 2021-02-23 10:56:29 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2021-02-23 10:56:29 +0100 |
commit | 01c2468666536496164bb4feb47161fe530a4bca (patch) | |
tree | 8f210867c4139fb7dd237c1e5599ebc62e9d2854 /app | |
parent | 3345e3fa4a71c51f8687e8671a11edb6b36ffa7d (diff) |
Update feedback URL
Diffstat (limited to 'app')
-rw-r--r-- | app/features/config/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/features/config/index.js b/app/features/config/index.js index 1df7232..c138e7e 100644 --- a/app/features/config/index.js +++ b/app/features/config/index.js @@ -34,7 +34,7 @@ export default { /** * URL to send feedback. */ - feedbackURL: 'mailto:support@jitsi.org', + feedbackURL: 'https://github.com/jitsi/jitsi-meet-electron/issues', /** * The URL of Privacy Policy Page. |