Skip to content

Commit

Permalink
Update StartWindow.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jetspiking authored May 14, 2021
1 parent f2589c7 commit 87024aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Roblocks/src/userinterface/views/StartWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,7 @@ public void handle(ActionEvent event) {
uiStartWindowTopBar.uiHelpFlyoutProtocol.setOnAction(new EventHandler<ActionEvent>() {
@Override
public void handle(ActionEvent event) {
String url = this.getClass().getResource(Application.FilesPaths.ROBLOCKS_HELP).toString();

PopupBrowser popupBrowser = new PopupBrowser("Roblocks Help", url);
PopupBrowser popupBrowser = new PopupBrowser("Roblocks Help", Application.URLs.GITHUB_PROTOCOL_HELP);
popupBrowser.show();
}
});
Expand Down

0 comments on commit 87024aa

Please sign in to comment.