fix help link

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

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.minres.scviewer.parent</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>

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());
}