Skip to content

Commit

Permalink
modify cli
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Sep 10, 2019
1 parent 0740c8e commit ac6573a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admincli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func generating() {
fmt.Println()
fmt.Println(ansi.Color("generate success~~🍺🍺", "green"))
fmt.Println()
fmt.Println("see the docs: " + ansi.Color("http://doc.go-admin.cn/#/introduce/plugins/admin", "blue"))
fmt.Println("see the docs: " + ansi.Color("http://doc.go-admin.cn/en/#/introduce/plugins/admin", "blue"))
fmt.Println()
fmt.Println()
}
Expand Down

0 comments on commit ac6573a

Please sign in to comment.