Skip to content

Commit

Permalink
fix: documentation link in root command (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
malta895 authored Jan 10, 2024
1 parent 3e9edad commit b77b00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func NewRootCommand() *cobra.Command {
Short: "Mia-Platform Console CLI",
Long: `miactl is a CLI for interacting with Mia-Platform Console
Find more information at: https://docs.example.org/docs/cli/miactl/overview`,
Find more information at: https://docs.mia-platform.eu/docs/cli/miactl/overview`,
}

// initialize clioptions and setup during initialization
Expand Down

0 comments on commit b77b00c

Please sign in to comment.