We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6100e86 commit b72f0aeCopy full SHA for b72f0ae
main.go
@@ -40,7 +40,7 @@ func main() {
40
cli.Info(err.Error())
41
}
42
case "docs":
43
- err = external.OpenBrowser("https://github.com/code-game-project/docs/blob/main/README.md")
+ err = external.OpenBrowser("https://docs.code-game.org")
44
if err != nil {
45
cli.Error(err.Error())
46
0 commit comments