help: Update uri for new user-guide

master-1.22
infirit 2014-12-12 23:12:43 +01:00
parent 84fd17a0b5
commit 73634ff66f
1 changed files with 2 additions and 2 deletions

View File

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