Skip to content

Commit

Permalink
Update github issue link to align with new templates
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-vdm authored Nov 29, 2023
1 parent fe69950 commit f8c8561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activity_browser/ui/menu_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def about(self):
msgBox.exec_()

def raise_issue_github(self):
url = QUrl('https://github.com/LCA-ActivityBrowser/activity-browser/issues/new')
url = QUrl('https://github.com/LCA-ActivityBrowser/activity-browser/issues/new/choose')
QtGui.QDesktopServices.openUrl(url)

@Slot(name="testBiosphereExists")
Expand Down

0 comments on commit f8c8561

Please sign in to comment.