diff options
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 9502ba46b..d99d37517 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -56,7 +56,7 @@ <td align=right BGCOLOR="#ffffff"> <FONT SIZE="-2"> <A HREF="http://www.sisd.com/freeside">Freeside</A> v<% $FS::VERSION %><BR> - <A HREF="<% $conf->config('support-key') ? "http://www.sisd.com/mediawiki/index.php/Supported:Documentation" : "http://www.sisd.com/mediawiki/index.php/Freeside:1.7:Documentation" %>">Documentation</A><BR> + <A HREF="<% $conf->config('support-key') ? "http://www.sisd.com/mediawiki/index.php/Supported:Documentation" : "http://www.sisd.com/mediawiki/index.php/Freeside:1.9:Documentation" %>">Documentation</A><BR> </FONT> </td> % if ( $conf->config('ticket_system') eq 'RT_Internal' ) { |