Merge pull request #1109 from gedenata/remove-strict-link

remove strict ">" when click link

Closes #1126
This commit is contained in:
Mislav Marohnić 2020-06-08 13:56:07 +02:00 committed by GitHub
commit f976056126
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -384,9 +384,9 @@ func rootHelpFunc(command *cobra.Command, args []string) {
$ gh pr checkout 321`},
{"LEARN MORE", `
Use "gh <command> <subcommand> --help" for more information about a command.
Read the manual at <http://cli.github.com/manual>`},
Read the manual at http://cli.github.com/manual`},
{"FEEDBACK", `
Fill out our feedback form <https://forms.gle/umxd3h31c7aMQFKG7>
Fill out our feedback form https://forms.gle/umxd3h31c7aMQFKG7
Open an issue using gh issue create -R cli/cli`},
}