summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-12-09 14:51:23 -0800
committerIvan Kohler <ivan@freeside.biz>2013-12-09 14:51:23 -0800
commit247fdecf7a2f5960128cb0f61703fcc3a1e1990f (patch)
tree24da4f0f2f05cc7b2929bd705c65944a07994794 /httemplate/elements
parent61a84d1b2dc076e80dec0b96bc9867ad4215e374 (diff)
doc links
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 84cd4d537..e7930dd94 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -742,8 +742,8 @@ my $wiki = 'http://www.freeside.biz/mediawiki/index.php';
my $doc_link = $conf->config('support-key')
? "$wiki/Supported:Documentation"
: $curuser->access_right('Configuration')
- ? "$wiki/Freeside:2.1:Documentation"
- : "$wiki/Freeside:2.1:Documentation:User";
+ ? "$wiki/Freeside:3:Documentation"
+ : "$wiki/Freeside:2.1:Documentation:User"; #no page for other versions yet :
eval "use RT;"
if $conf->config('ticket_system') eq 'RT_Internal';