Skip to content

Commit b72f0ae

Browse files
committed
Update docs URL
1 parent 6100e86 commit b72f0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func main() {
4040
cli.Info(err.Error())
4141
}
4242
case "docs":
43-
err = external.OpenBrowser("https://github.com/code-game-project/docs/blob/main/README.md")
43+
err = external.OpenBrowser("https://docs.code-game.org")
4444
if err != nil {
4545
cli.Error(err.Error())
4646
}

0 commit comments

Comments
 (0)