Skip to content

Commit d6ae4ab

Browse files
committed
Changed download link
1 parent 900f236 commit d6ae4ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/control/VersionValidator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ public boolean validate() {
5757
if (answer == YES) {
5858
if (Desktop.isDesktopSupported()) {
5959
try {
60-
Desktop.getDesktop().browse(new URI("https://github.com/DeOldSax/iliasDownloaderTool/releases/latest"));
60+
Desktop.getDesktop().browse(new URI("www.iliasdownloadertool.de"));
6161
} catch (IOException | URISyntaxException e) {
6262
LOGGER.warn(e.getMessage(), e);
6363
}
6464
} else {
65-
JOptionPane.showMessageDialog(null, "https://github.com/DeOldSax/iliasDownloaderTool/releases/latest", "follow link",
65+
JOptionPane.showMessageDialog(null, "www.iliasdownloadertool.de", "follow link",
6666
JOptionPane.INFORMATION_MESSAGE);
6767
}
6868
return true;

0 commit comments

Comments
 (0)