diff options
author | TotalCaesar659 <x24cm5b8c54q6szxw@yandex.ru> | 2016-12-28 21:41:33 +0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2017-04-09 12:04:41 -0700 |
commit | 488b71b089ab7fe7cf701e771a6b97288b01394b (patch) | |
tree | 27d1fca1f3a1cbe7d8d376bbbc6fbde9ead3fe52 /shell | |
parent | 180e9795d18a1eb44db161452a48b293e5375f0c (diff) |
Update callbacks.c
Diffstat (limited to 'shell')
-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() |