Skip to content

Commit

Permalink
Updated help link.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffAlyanak committed Oct 2, 2019
1 parent a95ff20 commit ec3fb43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/tm/ui/TMUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -2631,9 +2631,7 @@ public void doArrangeIconsCommand() {
**/

public void doHelpTopicsCommand() {
String userDir = System.getProperty("user.dir");
String safeUserDir = userDir.replaceAll("\\s","%20");
BrowserControl.displayURL("file://"+safeUserDir+"/docs/help_"+locale.toString()+".html");
BrowserControl.displayURL("https://github.com/JeffAlyanak/tile-monster/blob/master/manual/Manual.md");
}

/**
Expand Down

0 comments on commit ec3fb43

Please sign in to comment.