diff options
-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 84057366..d5ac34da 100644 --- a/shell/callbacks.c +++ b/shell/callbacks.c @@ -80,7 +80,7 @@ void cb_open_web_page() void cb_report_bug() { - open_url("http://github.com/lpereira/hardinfo"); + open_url("https://github.com/lpereira/hardinfo"); } void cb_refresh() |