Skip to content

Commit

Permalink
Updated send feedback option with idea link (#8710)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhasin2 committed Jun 14, 2021
1 parent 19ba3b1 commit 1c3bb34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Client/Frontend/Settings/AppSettingsOptions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,7 @@ class SendFeedbackSetting: Setting {
}

override var url: URL? {
let appVersion = Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as! String
return URL(string: "https://input.mozilla.org/feedback/fxios/\(appVersion)")
return URL(string: "https://mozilla.crowdicity.com/")
}

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

1 comment on commit 1c3bb34

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

InterpreterError at template.tasks[0][1].extra[0].treeherder[1].symbol: unknown context value cron

Please sign in to comment.