We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59580e6 + 61e0a6c commit f976056Copy full SHA for f976056
command/root.go
@@ -384,9 +384,9 @@ func rootHelpFunc(command *cobra.Command, args []string) {
384
$ gh pr checkout 321`},
385
{"LEARN MORE", `
386
Use "gh <command> <subcommand> --help" for more information about a command.
387
- Read the manual at <http://cli.github.com/manual>`},
+ Read the manual at http://cli.github.com/manual`},
388
{"FEEDBACK", `
389
- Fill out our feedback form <https://forms.gle/umxd3h31c7aMQFKG7>
+ Fill out our feedback form https://forms.gle/umxd3h31c7aMQFKG7
390
Open an issue using “gh issue create -R cli/cli”`},
391
}
392
0 commit comments