Change feedback repo to github.com/cli/cli instead of cli/cli

This commit is contained in:
zamasu 2020-10-23 09:57:47 +09:00
parent d7d5a6b753
commit d5403fa5f5

View file

@ -39,7 +39,7 @@ func NewCmdRoot(f *cmdutil.Factory, version, buildDate string) *cobra.Command {
`),
Annotations: map[string]string{
"help:feedback": heredoc.Doc(`
Open an issue using 'gh issue create -R cli/cli'
Open an issue using 'gh issue create -R github.com/cli/cli'
`),
"help:environment": heredoc.Doc(`
See 'gh help environment' for the list of supported environment variables.