diff --git a/command/help.go b/command/help.go index e243577a4..b776d23f1 100644 --- a/command/help.go +++ b/command/help.go @@ -93,7 +93,7 @@ func rootHelpFunc(command *cobra.Command, args []string) { } helpEntries = append(helpEntries, helpEntry{"LEARN MORE", ` Use "gh --help" for more information about a command. -Read the manual at http://cli.github.com/manual`}) +Read the manual at https://cli.github.com/manual`}) if _, ok := command.Annotations["help:feedback"]; ok { helpEntries = append(helpEntries, helpEntry{"FEEDBACK", command.Annotations["help:feedback"]}) }