Skip to content

Commit f976056

Browse files
authored
Merge pull request cli#1109 from gedenata/remove-strict-link
remove strict ">" when click link Closes cli#1126
2 parents 59580e6 + 61e0a6c commit f976056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

command/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ func rootHelpFunc(command *cobra.Command, args []string) {
384384
$ gh pr checkout 321`},
385385
{"LEARN MORE", `
386386
Use "gh <command> <subcommand> --help" for more information about a command.
387-
Read the manual at <http://cli.github.com/manual>`},
387+
Read the manual at http://cli.github.com/manual`},
388388
{"FEEDBACK", `
389-
Fill out our feedback form <https://forms.gle/umxd3h31c7aMQFKG7>
389+
Fill out our feedback form https://forms.gle/umxd3h31c7aMQFKG7
390390
Open an issue using “gh issue create -R cli/cli”`},
391391
}
392392

0 commit comments

Comments
 (0)