From d286f93a7e355e0c709e540d0e2ae6c92dd1a054 Mon Sep 17 00:00:00 2001 From: Glavo Date: Sat, 27 Jan 2024 19:06:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=93=BE=E6=8E=A5=20(#2696)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/org/jackhuang/hmcl/ui/main/AboutPage.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java index 29889ff19..42c687c6c 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/main/AboutPage.java @@ -110,13 +110,13 @@ public class AboutPage extends StackPane { { IconedTwoLineListItem javafx = new IconedTwoLineListItem(); javafx.setTitle("JavaFX"); - javafx.setSubtitle("Copyright © 2013, 2023, Oracle and/or its affiliates.\nLicensed under the GPL 2 with Classpath Exception."); + javafx.setSubtitle("Copyright © 2013, 2024, Oracle and/or its affiliates.\nLicensed under the GPL 2 with Classpath Exception."); javafx.setExternalLink("https://openjfx.io/"); IconedTwoLineListItem jfoenix = new IconedTwoLineListItem(); jfoenix.setTitle("JFoenix"); jfoenix.setSubtitle("Copyright © 2016 JFoenix.\nLicensed under the MIT License."); - jfoenix.setExternalLink("http://www.jfoenix.com/"); + jfoenix.setExternalLink("https://github.com/sshahine/JFoenix"); IconedTwoLineListItem gson = new IconedTwoLineListItem(); gson.setTitle("Gson"); @@ -126,7 +126,7 @@ public class AboutPage extends StackPane { IconedTwoLineListItem xz = new IconedTwoLineListItem(); xz.setTitle("XZ for Java"); xz.setSubtitle("Lasse Collin, Igor Pavlov, and/or Brett Okken.\nPublic Domain."); - xz.setExternalLink("https://tukaani.org/xz/java.html"); + xz.setExternalLink("https://xz.tukaani.org/xz-for-java/"); IconedTwoLineListItem fxgson = new IconedTwoLineListItem(); fxgson.setTitle("fx-gson"); @@ -141,7 +141,7 @@ public class AboutPage extends StackPane { IconedTwoLineListItem openNBT = new IconedTwoLineListItem(); openNBT.setTitle("OpenNBT"); openNBT.setSubtitle("Copyright © 2013-2021 Steveice10.\nLicensed under the MIT License."); - openNBT.setExternalLink("https://github.com/Steveice10/OpenNBT"); + openNBT.setExternalLink("https://github.com/GeyserMC/OpenNBT"); IconedTwoLineListItem minecraftJFXSkin = new IconedTwoLineListItem(); minecraftJFXSkin.setTitle("minecraft-jfx-skin");