From 92863863832c79ffefbeb1a2c9d78a442fd197b0 Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 22 Dec 2013 14:18:44 +0100 Subject: Update help uri to the correct location --- src/caja-property-browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/caja-property-browser.c') diff --git a/src/caja-property-browser.c b/src/caja-property-browser.c index 59a17181..bb9e4058 100644 --- a/src/caja-property-browser.c +++ b/src/caja-property-browser.c @@ -1642,7 +1642,7 @@ help_button_callback (GtkWidget *widget, GtkWidget *property_browser) GtkWidget *dialog; gtk_show_uri (gtk_widget_get_screen (property_browser), - "help:user-guide#goscaja-50", + "help:mate-user-guide/goscaja-50", gtk_get_current_event_time (), &error); if (error) -- cgit v1.2.1