@FXML private void loggingWiki() { application.getHostServices().showDocument("https://github.com/kamilfb/mqtt-spy/wiki/Logging"); }
@FXML private void messageSearchWiki() { application .getHostServices() .showDocument("https://github.com/kamilfb/mqtt-spy/wiki/MessageSearch"); }
@FXML private void openGettingInvolved() { application .getHostServices() .showDocument("https://github.com/kamilfb/mqtt-spy/wiki/Getting-involved"); }
@FXML private void overviewWiki() { application.getHostServices().showDocument("https://github.com/kamilfb/mqtt-spy/wiki/Overview"); }
@FXML private void openProjectWebsite() { application.getHostServices().showDocument("http://kamilfb.github.io/mqtt-spy/"); }