Skip to content

Commit d641cf0

Browse files
authored
change bug report link (#642 @ARAKHN1D)
2 parents 13581ad + 25e952b commit d641cf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)