Skip to content

Commit d3aa122

Browse files
author
Nate Smith
authored
Merge pull request cli#1179 from ajstiles/https-learn-more
Issue cli#1178 - Direct users to https url for manual
2 parents db74ea0 + ab25406 commit d3aa122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/help.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func rootHelpFunc(command *cobra.Command, args []string) {
9393
}
9494
helpEntries = append(helpEntries, helpEntry{"LEARN MORE", `
9595
Use "gh <command> <subcommand> --help" for more information about a command.
96-
Read the manual at http://cli.github.com/manual`})
96+
Read the manual at https://cli.github.com/manual`})
9797
if _, ok := command.Annotations["help:feedback"]; ok {
9898
helpEntries = append(helpEntries, helpEntry{"FEEDBACK", command.Annotations["help:feedback"]})
9999
}

0 commit comments

Comments
 (0)