Skip to content

Commit 97378e9

Browse files
committed
Reverting feedback url
1 parent 4f982f1 commit 97378e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/thoughtcrime/securesms/preferences/HelpSettingsActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class HelpSettingsFragment: CorrectedPreferenceFragment() {
4444
private const val FAQ = "faq"
4545
private const val SUPPORT = "support"
4646
private const val CROWDIN_URL = "https://getsession.org/translate"
47-
private const val FEEDBACK_URL = "https://www.surveymonkey.com/r/Q7C8GJS"
47+
private const val FEEDBACK_URL = "https://getsession.org/survey"
4848
private const val FAQ_URL = "https://getsession.org/faq"
4949
private const val SUPPORT_URL = "https://sessionapp.zendesk.com/hc/en-us"
5050
}

0 commit comments

Comments
 (0)