diff options
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/report.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/shell/report.c b/shell/report.c index d3fb5b9b..3b5d3bdb 100644 --- a/shell/report.c +++ b/shell/report.c @@ -93,7 +93,7 @@ void report_context_configure(ReportContext * ctx, GKeyFile * keyfile)         flag will be set if we should support that.         so i don't forget how to encode the images inside the html files: -       http://en.wikipedia.org/wiki/Data:_URI_scheme */ +       https://en.wikipedia.org/wiki/Data:_URI_scheme */      ctx->is_image_enabled = (g_key_file_get_boolean(keyfile,  						    group, | 
