Skip to content

Commit

Permalink
Update feedback url
Browse files Browse the repository at this point in the history
  • Loading branch information
chamburr committed Jun 1, 2022
1 parent ef5afda commit 847476b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Glance/Utils/Menu.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Cocoa
import Foundation

let feedbackURL = URL(string: "https://chamburr.xyz")!
let feedbackURL = URL(string: "https://github.com/chamburr/glance/issues")!
let licenseURL = URL(string: "https://github.com/chamburr/glance/blob/master/LICENSE.md")!
let privacyPolicyURL = URL(string: "https://github.com/chamburr/glance/blob/master/PRIVACY.md")!
let websiteURL = URL(string: "https://github.com/chamburr/glance")!
Expand Down

0 comments on commit 847476b

Please sign in to comment.