Skip to content

Commit 2cb5352

Browse files
authoredAug 7, 2019
Merge pull request hacklcx#2 from hacklcx/dev
更新URL
2 parents d258ba5 + 7163def commit 2cb5352

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
# 地址
1414

15-
- Github: https://github.com/hacklcs/HFish
16-
- Download: https://github.com/hacklcs/HFish/releases
15+
- Github: https://github.com/hacklcx/HFish
16+
- Download: https://github.com/hacklcx/HFish/releases
1717

1818
# 快速部署
1919

‎admin/dashboard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="row">
2828
<div class="col-sm-12">
2929
<div class="btn-group pull-right m-t-15">
30-
<a type="button" class="btn btn-custom" href="https://github.com/hacklcs/HFish/blob/master/README.md"
30+
<a type="button" class="btn btn-custom" href="https://github.com/hacklcx/HFish/blob/master/README.md"
3131
target="_blank">查看帮助 <span class="m-l-5"><i
3232
class="zmdi zmdi-help-outline"></i></span>
3333
</a>

‎admin/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="container">
66
<div class="row">
77
<div class="col-xs-12">
8-
Copyright 2019 © <a href="https://github.com/hacklcs/HFish" target="_blank">HFish</a> - <a
8+
Copyright 2019 © <a href="https://github.com/hacklcx/HFish" target="_blank">HFish</a> - <a
99
href="https://hack.lc"
1010
target="_blank">HackLC</a>
1111
</div>

‎admin/login.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</div>
5858
</div>
5959
<div style="text-align: center;color: #ececec;">
60-
Copyright 2019 © <a href="https://github.com/hacklcs/HFish" target="_blank" style="color: #fff">HFish</a> - <a
60+
Copyright 2019 © <a href="https://github.com/hacklcx/HFish" target="_blank" style="color: #fff">HFish</a> - <a
6161
href="https://hack.lc"
6262
target="_blank" style="color: #fff">HackLC</a>
6363
</div>

‎utils/setting/setting.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func Help() {
149149
fmt.Println("")
150150
fmt.Println(color.Yellow(" + [ ABOUT ]----------------------------------------------------------- +"))
151151
fmt.Println("")
152-
fmt.Println(color.Green(" - Github:"), color.White("https://github.com/hacklcs/HFish"), color.Green(" - Team:"), color.White("https://hack.lc"))
152+
fmt.Println(color.Green(" - Github:"), color.White("https://github.com/hacklcx/HFish"), color.Green(" - Team:"), color.White("https://hack.lc"))
153153
fmt.Println("")
154154
fmt.Println(color.Yellow(" + [ ARGUMENTS ]------------------------------------------------------- +"))
155155
fmt.Println("")

0 commit comments

Comments
 (0)
Please sign in to comment.