aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/account
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2014-12-17 10:38:17 +0000
committerGervase Markham <gerv@gerv.net>2014-12-17 10:38:17 +0000
commit707773ab84ff43fd755dd0a909b19fdca899760e (patch)
tree3338591b1d243a102f860ddc6708b3e7e6a36c7d /template/en/default/account
parent89b7de1363b5d185633596c874e1998adb526c91 (diff)
downloadbugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar
bugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar.gz
bugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar.bz2
bugs-707773ab84ff43fd755dd0a909b19fdca899760e.tar.xz
bugs-707773ab84ff43fd755dd0a909b19fdca899760e.zip
Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.
Diffstat (limited to 'template/en/default/account')
-rw-r--r--template/en/default/account/prefs/prefs.html.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl
index 8f11d0a6f..21a932ef6 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') %]