Mercurial > hg > soundsoftware-site
changeset 33:9f4ebcdd78a6 live
* Update help URL
author | Chris Cannam |
---|---|
date | Thu, 21 Oct 2010 11:08:27 +0100 |
parents | e06f46b0f1be |
children | 09b1d4349da3 |
files | lib/redmine/info.rb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/redmine/info.rb Thu Oct 21 11:08:02 2010 +0100 +++ b/lib/redmine/info.rb Thu Oct 21 11:08:27 2010 +0100 @@ -3,7 +3,7 @@ class << self def app_name; 'Redmine' end def url; 'http://www.redmine.org/' end - def help_url; 'http://www.redmine.org/guide' end + def help_url; '/projects/soundsoftware-site/wiki/Help' end def versioned_name; "#{app_name} #{Redmine::VERSION}" end # Creates the url string to a specific Redmine issue