summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs/prefs.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/account/prefs/prefs.html.tmpl')
-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 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') %]