Skip to content

Commit

Permalink
Direct F1 help to gui-manual pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fadden committed Dec 28, 2023
1 parent d0d6b85 commit 13e5fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cp2_wpf/MainController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2444,7 +2444,7 @@ public void HelpAbout() {
public void HelpHelp() {
//string pathName = Path.Combine(WinUtil.GetRuntimeDataDir(), "CiderPress2-notes.txt");
//string url = "file://" + pathName;
string url = "https://ciderpress2.com/";
string url = "https://ciderpress2.com/gui-manual/";
CommonUtil.ShellCommand.OpenUrl(url);
}

Expand Down

0 comments on commit 13e5fed

Please sign in to comment.