$OpenBSD: patch-src_ui_liferea_shell_c,v 1.10 2019/09/23 15:13:22 sthen Exp $
Index: src/ui/liferea_shell.c
--- src/ui/liferea_shell.c.orig
+++ src/ui/liferea_shell.c
@@ -749,7 +749,7 @@ on_about_activate (GSimpleAction *action, GVariant *pa
 static void
 liferea_shell_add_html_tab (const gchar *file, const gchar *name)
 {
-	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);
 
