Merge pull request #1110 from mozilla/support-url

fix(mail): update email support url r=rfk
This commit is contained in:
Vlad Filippov 2015-11-11 16:14:15 -05:00
Родитель 33d8805179 f051b21414
Коммит 2a9000a0e2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -183,7 +183,7 @@ var conf = convict({
supportUrl: {
doc: 'url to Mozilla Support product page',
format: String,
default: 'https://support.mozilla.org'
default: 'https://support.mozilla.org/kb/im-having-problems-with-my-firefox-account'
},
redirectDomain: {
doc: 'Domain that mail urls are allowed to redirect to',