Commit dbbc0b49 authored by Holger Just's avatar Holger Just

[#558] Reduce version info in help link

parent 0407abbd
......@@ -18,7 +18,7 @@ module Redmine
def app_name; 'ChiliProject' end
def url; 'https://www.chiliproject.org/' end
def help_url
"https://www.chiliproject.org/help/v#{Redmine::VERSION.to_semver}"
"https://www.chiliproject.org/help/v#{ChiliProject::VERSION::MAJOR.to_s}"
end
def versioned_name; "#{app_name} #{Redmine::VERSION}" end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment