1
0
Fork 0
mirror of https://gitlab.com/kauron/jstudy synced 2025-09-30 21:01:10 +02:00

Simplified POM and updated website

This commit is contained in:
Carlos Galindo 2019-09-10 19:01:29 +02:00
commit dd50ffdcff
Signed by: kauron
GPG key ID: 83E68706DEE119A3
4 changed files with 7 additions and 25 deletions

View file

@ -238,7 +238,7 @@ public class Controller implements Initializable {
protected void onAboutAction(ActionEvent event) {
if (Desktop.isDesktopSupported()) {
try {
Desktop.getDesktop().browse(URI.create("https://kauron.github.io/jstudy"));
Desktop.getDesktop().browse(URI.create("https://gitlab.com/kauron/jstudy"));
} catch (Exception e) {
e.printStackTrace();
}