Fix #941: Update links from http: to https: where possible
[geeqie.git] / src / window.c
index 7495759..4a20376 100644 (file)
@@ -251,11 +251,11 @@ void help_window_show(const gchar *key)
                        {
                        if (g_strcmp0(key, "index.html") == 0)
                                {
-                               path = g_build_filename("http://geeqie.org/help/", "GuideIndex.html", NULL);
+                               path = g_build_filename("https://www.geeqie.org/help/", "GuideIndex.html", NULL);
                                }
                        else
                                {
-                               path = g_build_filename("http://geeqie.org/help/", key, NULL);
+                               path = g_build_filename("https://www.geeqie.org/help/", key, NULL);
                                }
                        }
                help_browser_run(path);