Project

General

Profile

How to change help_url?

Added by mo gang almost 11 years ago

I want to change help_url to local .htm file

What shall I do?

code:
module Redmine
module Info
class << self
def app_name; 'Redmine' end
def url; 'http://www.redmine.org/' end
+ def help_url; 'http://www.redmine.org/guide' end+


    (1-1/1)