diff options
Diffstat (limited to 'src/empathy-accounts-dialog.c')
-rw-r--r-- | src/empathy-accounts-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index 0bdcf69d5..b7b8aa39c 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -2348,7 +2348,7 @@ dialog_response_cb (GtkWidget *widget, if (response_id == GTK_RESPONSE_HELP) { - empathy_url_show (widget, "help:empathy?accounts-window"); + empathy_url_show (widget, "help:empathy/accounts-window"); } else if (response_id == GTK_RESPONSE_CLOSE || response_id == GTK_RESPONSE_DELETE_EVENT) |