diff options
Diffstat (limited to 'shell/callbacks.c')
-rw-r--r-- | shell/callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/callbacks.c b/shell/callbacks.c index a70d520b..b9c6252b 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -91,7 +91,7 @@ void cb_open_web_page() void cb_report_bug() { - uri_open("https://github.com/hwspeedy/hardinfo2"); + uri_open("https://github.com/hardinfo2/hardinfo2/issues"); } void cb_refresh() |