From a7b489f00cd7577ce31383968eeef16050198c1b Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Wed, 17 Dec 2014 10:37:25 +0000 Subject: Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave. --- template/en/default/account/prefs/prefs.html.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'template/en/default/account/prefs/prefs.html.tmpl') diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 33c0b4224..461e43d09 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -26,22 +26,22 @@ [% tabs = [{ name => "settings", label => "General Preferences", link => "userprefs.cgi?tab=settings", saveable => "1", - doc_section => "using.html#general-preferences" }, + doc_section => "using/preferences.html#general-preferences" }, { name => "email", label => "Email Preferences", link => "userprefs.cgi?tab=email", saveable => "1", - doc_section => "using.html#email-preferences" }, + doc_section => "using/preferences.html#email-preferences" }, { name => "saved-searches", label => "Saved Searches", link => "userprefs.cgi?tab=saved-searches", saveable => "1", - doc_section => "using.html#saved-searches" }, + doc_section => "using/preferences.html#saved-searches" }, { name => "account", label => "Account Information", link => "userprefs.cgi?tab=account", saveable => "1", - doc_section => "using.html#account-information" }, + doc_section => "using/preferences.html#account-information" }, { name => "apikey", label => "API Keys", link => "userprefs.cgi?tab=apikey", saveable => "1", - doc_section => "using.html#apikey" }, + doc_section => "using/preferences.html#api-keys" }, { name => "permissions", label => "Permissions", link => "userprefs.cgi?tab=permissions", saveable => "0", - doc_section => "using.html#permissions" } ] %] + doc_section => "using/preferences.html#permissions" } ] %] [% Hook.process('tabs') %] -- cgit v1.2.3-24-g4f1b