From 61e0a6c68fdc8f0582db9f676035353322a9304c Mon Sep 17 00:00:00 2001 From: gedenata Date: Fri, 5 Jun 2020 12:34:33 +0800 Subject: [PATCH] remove strict when click link --- command/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/root.go b/command/root.go index 0055a2716..337d423ab 100644 --- a/command/root.go +++ b/command/root.go @@ -401,9 +401,9 @@ func rootHelpFunc(command *cobra.Command, args []string) { $ gh pr checkout 321`}, {"LEARN MORE", ` Use "gh --help" for more information about a command. - Read the manual at `}, + Read the manual at http://cli.github.com/manual`}, {"FEEDBACK", ` - Fill out our feedback form + Fill out our feedback form https://forms.gle/umxd3h31c7aMQFKG7 Open an issue using “gh issue create -R cli/cli”`}, }