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:
parent
8b41dff1c5
commit
dd50ffdcff
4 changed files with 7 additions and 25 deletions
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue