fix help link

This commit is contained in:
2021-11-15 15:06:28 +01:00
parent bd99ab3992
commit 452a28362e
2 changed files with 1 additions and 18 deletions

View File

@ -147,7 +147,7 @@ public class HelpDialog extends Dialog {
itemGo.addListener(SWT.Selection, listener);
location.addListener(SWT.DefaultSelection, e -> browser.setUrl(location.getText()));
browser.setUrl("http://eclipse.org");
browser.setUrl("https://git.minres.com/VP-Tools/SCViewer/src/branch/master/README.md#key-shortcuts");
} catch (SWTError e) {
System.out.println("Could not instantiate Browser: " + e.getMessage());
}