Skip to content

Commit 1f4ce2c

Browse files
committed
Update links
1 parent 5077ed8 commit 1f4ce2c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

117117
This program is free software: you can redistribute it and/or modify
118118
it under the terms of the GNU General Public License as published by

main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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, "\nDescription:")
18-
fmt.Fprintln(os.Stderr, "\nThe official CodeGame CLI.")
18+
fmt.Fprintln(os.Stderr, "The official CodeGame CLI.")
1919
fmt.Fprintln(os.Stderr, "\nCommands:")
2020
fmt.Fprintln(os.Stderr, "\tnew \tCreate a new project.")
2121
fmt.Fprintln(os.Stderr, "\tdocs \tOpen the CodeGame documentation in a web browser.")
22-
fmt.Fprintln(os.Stderr, "\nAbout: 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, "\nAbout: 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()

0 commit comments

Comments
 (0)