Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/app/mobile.js

Issue 29602576: Issue 6015 - Give feedback is pointing to mozilla page (Closed)
Patch Set: Created Nov. 9, 2017, 9:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mobile/android/app/mobile.js
===================================================================
--- a/mobile/android/app/mobile.js
+++ b/mobile/android/app/mobile.js
@@ -484,20 +484,20 @@ pref("plugin.default.state", 1);
pref("breakpad.reportURL", "https://crash-stats.mozilla.com/report/index/");
// Changed in Adblock Browser, see: https://issues.adblockplus.org/ticket/2930.
pref("app.support.baseURL", "https://adblockplus.org/redirect?link=adblock_browser_android_support&lang=%LOCALE%");
pref("app.supportURL", "https://support.mozilla.org/1/mobile/%VERSION%/%OS%/%LOCALE%/mobile-help");
// Changed URL. See https://issues.adblockplus.org/ticket/3220
pref("app.faqURL", "https://adblockplus.org/redirect?link=adblock_browser_android_faq&lang=%LOCALE%");
+// Changed Feedback URL. See https://issues.adblockplus.org/ticket/6015
// URL for feedback page
// This should be kept in sync with the "feedback_link" string defined in strings.xml.in
-// Changed in Adblock Browser, see: https://issues.adblockplus.org/ticket/2930.
-pref("app.feedbackURL", "https://adblockbrowser.org/submit-feedback/");
+pref("app.feedbackURL", "https://adblockplus.org/redirect?link=adblock_browser_android_beta_community");
// Changed URLs. See https://issues.adblockplus.org/ticket/3220
pref("app.privacyURL", "https://adblockplus.org/redirect?link=privacy&lang=%LOCALE%");
pref("app.creditsURL", "https://adblockplus.org/redirect?link=contributors&lang=%LOCALE%");
pref("app.channelURL", "http://www.mozilla.org/%LOCALE%/firefox/channel/");
#if MOZ_UPDATE_CHANNEL == aurora
pref("app.releaseNotesURL", "https://www.mozilla.com/%LOCALE%/mobile/%VERSION%/auroranotes/");
#elif MOZ_UPDATE_CHANNEL == beta

Powered by Google App Engine
This is Rietveld