Skip to content

Commit

Permalink
fix playground link
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Nov 10, 2022
1 parent 1c0f655 commit c75687e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/gorse-in-one/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ var oneCommand = &cobra.Command{
}

fmt.Println()
fmt.Printf(" Dashboard: http://%s:%d/overview\n", conf.Master.HttpHost, conf.Master.HttpPort)
fmt.Printf(" RESTful APIs: http://%s:%d/apidocs\n", conf.Master.HttpHost, conf.Master.HttpPort)
fmt.Printf(" Documentation: https://docs.gorse.io/\n")
fmt.Printf(" Dashboard: http://127.0.0.1:%d/overview\n", conf.Master.HttpPort)
fmt.Printf(" RESTful APIs: http://127.0.0.1:%d/apidocs\n", conf.Master.HttpPort)
fmt.Printf(" Documentation: https://gorse.io/docs\n")
fmt.Println()
} else {
configPath, _ := cmd.PersistentFlags().GetString("config")
Expand Down

0 comments on commit c75687e

Please sign in to comment.