1
0
Fork 0
mirror of https://gitlab.com/kauron/jstudy synced 2025-05-15 20:33:05 +02:00

Simplified POM and updated website

This commit is contained in:
Carlos Galindo 2019-09-10 19:01:29 +02:00
parent 8b41dff1c5
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();
}

View file

@ -8,6 +8,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: com.jfoenix:jfoenix:1.10.0" level="project" />
<orderEntry type="library" name="Maven: com.jfoenix:jfoenix:8.0.9" level="project" />
</component>
</module>