Revert "help: Update uri for new user-guide"

This reverts commit 73634ff66f.
master-1.22
infirit 2015-07-07 11:15:48 +02:00
parent 6682252660
commit 59d1eb356a
1 changed files with 2 additions and 2 deletions

View File

@ -154,11 +154,11 @@ terminal_util_show_help (const char *topic,
if (topic) if (topic)
{ {
url = g_strdup_printf ("help:mate-user-guide/mate-terminal#%s", topic); url = g_strdup_printf ("help:mate-terminal/%s", topic);
} }
else else
{ {
url = g_strdup ("help:mate-user-guide/mate-terminal"); url = g_strdup ("help:mate-terminal");
} }
if (!open_url (GTK_WINDOW (parent), url, gtk_get_current_event_time (), &error)) if (!open_url (GTK_WINDOW (parent), url, gtk_get_current_event_time (), &error))