summaryrefslogtreecommitdiffstats
path: root/commands/gendoc.go
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2022-03-25 07:21:22 -0700
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-03-25 15:29:50 +0100
commita6fa290f67a858e813480cd19bd5e8e1088771d2 (patch)
tree24869713e68be28e207e60fd57caceddf51f40df /commands/gendoc.go
parent0bbc2fb52332535fd69d99ae8b6d786466dc7a56 (diff)
commands: Change link protocol to https
Diffstat (limited to 'commands/gendoc.go')
-rw-r--r--commands/gendoc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/gendoc.go b/commands/gendoc.go
index 6d03aabcf..8ecb0ec0d 100644
--- a/commands/gendoc.go
+++ b/commands/gendoc.go
@@ -49,7 +49,7 @@ url: %s
Long: `Generate Markdown documentation for the Hugo CLI.
This command is, mostly, used to create up-to-date documentation
-of Hugo's command-line interface for http://gohugo.io/.
+of Hugo's command-line interface for https://gohugo.io/.
It creates one Markdown file per command with front matter suitable
for rendering in Hugo.`,