Index: src/ui/liferea_shell.c
--- src/ui/liferea_shell.c.orig
+++ src/ui/liferea_shell.c
@@ -857,7 +857,7 @@ on_about_activate (GSimpleAction *action, GVariant *pa
 static gchar *
 create_help_url (const gchar *file)
 {
-	gchar *filepattern = g_strdup_printf (PACKAGE_DATA_DIR "/" PACKAGE "/doc/html/%s", file);
+	gchar *filepattern = g_strdup_printf (PACKAGE_DATA_DIR "/doc/" PACKAGE "/html/%s", file);
 	gchar *filename = common_get_localized_filename (filepattern);
 	gchar *fileuri = g_strdup_printf ("file://%s", filename);
 
