Skip to content

Commit b4f1b26

Browse files
committed
update license in gui part
1 parent 05ee48a commit b4f1b26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/cn/rocket/assaignmark/LocalURL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private LocalURL() {
3737

3838
// Website associated
3939
public static final String REPO_URL = "https://github.com/RocketMaDev/AssignMark";
40-
public static final String LICENSE_URL = REPO_URL + "/tree/maven/LICENSE%20OF%20USED%20LIBS";
40+
public static final String LICENSE_URL = REPO_URL + "/blob/maven/LICENSE%20OF%20USED%20LIBS";
4141
public static final String PERSONAL_URL = "https://github.com/RocketMaDev";
4242

4343
static {

src/main/resources/amres/gui/Copyright.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<Label layoutX="40.0" layoutY="202.0" prefWidth="300.0" text="使用到的库的许可证:" AnchorPane.leftAnchor="40.0"
2727
AnchorPane.topAnchor="198.0"/>
2828
<Hyperlink layoutX="329.0" layoutY="204.0" onAction="#licenseClicked" prefWidth="318.0"
29-
text="./tree/maven/LICENSE OF USED LIBS"/>
29+
text="./blob/maven/LICENSE OF USED LIBS" AnchorPane.leftAnchor="329.0" AnchorPane.rightAnchor="40.0"/>
3030
<Label layoutX="40.0" layoutY="250.0" text="当前版本:1.0.8" AnchorPane.topAnchor="251.0"/>
3131
<Label fx:id="errLabel" layoutX="40.0" layoutY="291.0" text="不支持在浏览器中打开!请自行打开" textFill="RED" visible="false"/>
3232
</AnchorPane>

0 commit comments

Comments
 (0)