summaryrefslogtreecommitdiff
path: root/src/caja-property-browser.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-12-22 14:59:33 -0800
committerStefano Karapetsas <[email protected]>2013-12-22 14:59:33 -0800
commitf7595b249d052591cab05f5c0bd889f9e000a4aa (patch)
treea661a9ecbfd3a7a4f67f53634665ee7e1b0bb7ef /src/caja-property-browser.c
parent0ef48fabc8235bbc1d37c588d235df3bad3f4d39 (diff)
parent92863863832c79ffefbeb1a2c9d78a442fd197b0 (diff)
downloadcaja-f7595b249d052591cab05f5c0bd889f9e000a4aa.tar.bz2
caja-f7595b249d052591cab05f5c0bd889f9e000a4aa.tar.xz
Merge pull request #217 from infirit/yelp
Update help uri to the correct location
Diffstat (limited to 'src/caja-property-browser.c')
-rw-r--r--src/caja-property-browser.c2
1 files changed, 1 insertions, 1 deletions
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)