diff options
-rw-r--r-- | httemplate/elements/header.html | 2 | ||||
-rw-r--r-- | rt/html/Elements/Header | 2 |
2 files changed, 2 insertions, 2 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' ) { diff --git a/rt/html/Elements/Header b/rt/html/Elements/Header index 697e93bcb..4ac38cdf4 100644 --- a/rt/html/Elements/Header +++ b/rt/html/Elements/Header @@ -124,7 +124,7 @@ <td align=right> <FONT SIZE="-3"> <A HREF="http://www.sisd.com/freeside">Freeside</A> v<% &RT::URI::freeside::FreesideVersion() %><BR> - <A HREF="<% FS::Conf->new->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="<% FS::Conf->new->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> <td bgcolor=#000000></td> |