Skip to content

Commit 8a6f5a7

Browse files
authored
Merge pull request #581 from Person2099/patch-1
fix: Update GitHub URLs in help menu
2 parents 600d4cb + 97bf958 commit 8a6f5a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Xcodes/XcodesApp.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@ struct XcodesApp: App {
5151

5252
CommandGroup(replacing: CommandGroupPlacement.help) {
5353
Button("Menu.GitHubRepo") {
54-
let xcodesRepoURL = URL(string: "https://github.com/RobotsAndPencils/XcodesApp/")!
54+
let xcodesRepoURL = URL(string: "https://github.com/XcodesOrg/XcodesApp/")!
5555
openURL(xcodesRepoURL)
5656
}
5757

5858
Divider()
5959

6060
Button("Menu.ReportABug") {
61-
let bugReportURL = URL(string: "https://github.com/RobotsAndPencils/XcodesApp/issues/new?assignees=&labels=bug&template=bug_report.md&title=")!
61+
let bugReportURL = URL(string: "https://github.com/XcodesOrg/XcodesApp/issues/new?assignees=&labels=bug&template=bug_report.md&title=")!
6262
openURL(bugReportURL)
6363
}
6464

6565
Button("Menu.RequestNewFeature") {
66-
let featureRequestURL = URL(string: "https://github.com/RobotsAndPencils/XcodesApp/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=")!
66+
let featureRequestURL = URL(string: "https://github.com/XcodesOrg/XcodesApp/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=")!
6767
openURL(featureRequestURL)
6868
}
6969
}

0 commit comments

Comments
 (0)