File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class Application(Gtk.Application):
3535
3636 APP_ID = 'com.github.maoschanz.drawing'
3737 APP_PATH = '/com/github/maoschanz/drawing'
38- BUG_REPORT_URL = 'https://github.com/maoschanz/drawing/issues/new/choose '
38+ BUG_REPORT_URL = 'https://github.com/maoschanz/drawing/issues'
3939 FLATPAK_BINARY_PATH = '/app/bin/drawing'
4040 CURRENT_BINARY_PATH = ''
4141
@@ -227,7 +227,7 @@ def on_new_window(self, *args):
227227 return self .open_window_with_content (None )
228228
229229 def on_report (self , * args ):
230- """Action callback, opening a new issue on the github repo ."""
230+ """Action callback, opening a page to the Github issue tracker ."""
231231 win = self .props .active_window
232232 Gtk .show_uri_on_window (win , self .BUG_REPORT_URL , Gdk .CURRENT_TIME )
233233
You can’t perform that action at this time.
0 commit comments