have setup 'Help' link link to github wiki, fixes #303
This commit is contained in:
parent
4fc1f2f217
commit
390db4d6f4
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class SetupTheme extends Themelet {
|
|||
protected function build_navigation() {
|
||||
return "
|
||||
<a href='".make_link()."'>Index</a>
|
||||
<br><a href='http://redmine.shishnet.org/wiki/shimmie2/Settings'>Help</a>
|
||||
<br><a href='https://github.com/shish/shimmie2/wiki/Settings'>Help</a>
|
||||
<br><a href='".make_link("setup/advanced")."'>Advanced</a>
|
||||
";
|
||||
}
|
||||
|
|
Reference in a new issue