File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments