diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-13 10:30:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-13 10:30:24 +0000 |
commit | a53c86f063ad39c2d345ca9a582601befa0d9c82 (patch) | |
tree | 4396dbbe072de5f4e87b43acd92e52800113e519 /lib/redmine/info.rb | |
parent | dead6a28f81cf54943691b0ce20b9501242aae07 (diff) | |
download | redmine-a53c86f063ad39c2d345ca9a582601befa0d9c82.tar.gz redmine-a53c86f063ad39c2d345ca9a582601befa0d9c82.zip |
Removed inconsistent user manual stuff (html/docbook content and controller). Help link now points to the Redmine guide which will be more easy to maintain.
Also removed the useless components directory.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@835 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/info.rb')
-rw-r--r-- | lib/redmine/info.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine/info.rb b/lib/redmine/info.rb index 1541e1425..0e00e8b85 100644 --- a/lib/redmine/info.rb +++ b/lib/redmine/info.rb @@ -3,6 +3,7 @@ module Redmine class << self def app_name; 'Redmine' end def url; 'http://www.redmine.org/' end + def help_url; 'http://www.redmine.org/guide' end def versioned_name; "#{app_name} #{Redmine::VERSION}" end end end |