Project

General

Profile

Actions

Defect #7169

closed

How to edit the link of help in the base.rhtml

Added by huang yy over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-12-24
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Now i have a problem that troubles a lot.The problem is how to edit the link of help in the base.rhtml, but the trues is i cannot find this link(the url is "www.redmine.org/guide"), and change it to my own help page.
Can any one helps me?

Actions #1

Updated by Ivan Cenov over 13 years ago

Hi,

May this helps you: https://github.com/edavis10/redmine/blob/master/lib/redmine/info.rb#L6

Try to change

def help_url; 'http://www.redmine.org/guide' end
to some local URL, par example
def help_url; 'http://your_redmine_url/projects/help/wiki' end
You may want to create a project called 'help' and enable only the 'wiki' module for it.

Ivan

Actions #2

Updated by Felix Schäfer over 13 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

That would be the right place to change it.

Please use the forums for support, the bugtracker should only be used for bug reports or feature request, thank you.

Actions

Also available in: Atom PDF