File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22![ CG Server Version] ( https://img.shields.io/badge/GameServer-v0.1+-yellow )
33![ CG Client Version] ( https://img.shields.io/badge/Client-v0.3+-yellow )
44
5- The official [ CodeGame] ( https://github.com/ code-game-project ) CLI.
5+ The official [ CodeGame] ( https://code-game.org ) CLI.
66
77## Usage
88
@@ -112,7 +112,7 @@ go build .
112112
113113## License
114114
115- Copyright (c) 2022 CodeGame Contributors (https://github.com/orgs/ code-game-project/people )
115+ Copyright (c) 2022 CodeGame Contributors (https://code-game.org/contributors )
116116
117117This program is free software: you can redistribute it and/or modify
118118it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ func main() {
1515 pflag .Usage = func () {
1616 fmt .Fprintf (os .Stderr , "Usage: %s <command> [...]\n " , os .Args [0 ])
1717 fmt .Fprintln (os .Stderr , "\n Description:" )
18- fmt .Fprintln (os .Stderr , "\n The official CodeGame CLI." )
18+ fmt .Fprintln (os .Stderr , "The official CodeGame CLI." )
1919 fmt .Fprintln (os .Stderr , "\n Commands:" )
2020 fmt .Fprintln (os .Stderr , "\t new \t Create a new project." )
2121 fmt .Fprintln (os .Stderr , "\t docs \t Open the CodeGame documentation in a web browser." )
22- fmt .Fprintln (os .Stderr , "\n About: https://github.com/ code-game-project " )
23- fmt .Fprintln (os .Stderr , "Copyright (c) 2022 CodeGame Contributors (https://github.com/orgs/ code-game-project/people )" )
22+ fmt .Fprintln (os .Stderr , "\n About: https://code-game.org " )
23+ fmt .Fprintln (os .Stderr , "Copyright (c) 2022 CodeGame Contributors (https://code-game.org/contributors )" )
2424 pflag .PrintDefaults ()
2525 }
2626 pflag .Parse ()
You can’t perform that action at this time.
0 commit comments