Actions
Defect #7169
closedHow to edit the link of help in the base.rhtml
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?
Updated by Ivan Cenov about 14 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' endto some local URL, par example
def help_url; 'http://your_redmine_url/projects/help/wiki' endYou may want to create a project called 'help' and enable only the 'wiki' module for it.
Ivan
Updated by Felix Schäfer about 14 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