File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/cn/rocket/assaignmark Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments