Added by Maky David about 14 years ago
Hi
I'm in the process of setting up redmine and need to remove the Help link from the top menu. I understand it's not configurable, but what file(s) can I edit to do this?
Thanks,
Look for menu.push :help, Redmine::Info.help_url, :last => true
in lib/redmine.rb
.