Skip to content

Commit

Permalink
Fix fx4133 [v101] Update Send Feedback link (mozilla-mobile#10557)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnarcese authored Apr 25, 2022
1 parent f2f0052 commit 707036d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Frontend/Settings/AppSettingsOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ class SendFeedbackSetting: Setting {
}

override var url: URL? {
return URL(string: "https://mozilla.crowdicity.com/")
return URL(string: "https://connect.mozilla.org/")
}

override func onClick(_ navigationController: UINavigationController?) {
Expand Down

0 comments on commit 707036d

Please sign in to comment.