# HG changeset patch # User Chris Cannam # Date 1287655707 -3600 # Node ID 9f4ebcdd78a6666fc8bdb27c1e2ac5732e854f92 # Parent e06f46b0f1bef6e21a40461158d2ff10afb0f703 * Update help URL diff -r e06f46b0f1be -r 9f4ebcdd78a6 lib/redmine/info.rb --- 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