diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-07-22 00:09:46 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-07-22 00:09:46 +0200 |
commit | 4e1d0cd9f1d43d133d669a019a84117cadd41955 (patch) | |
tree | f5a0221c65249ee0934f8978c27b384e125cca63 /commands/hugo_windows.go | |
parent | a451c49fde1da6e2cc436a2b7d383ee772b1f893 (diff) | |
download | hugo-4e1d0cd9f1d43d133d669a019a84117cadd41955.tar.gz hugo-4e1d0cd9f1d43d133d669a019a84117cadd41955.zip |
Update hugo_windows.go
Diffstat (limited to 'commands/hugo_windows.go')
-rw-r--r-- | commands/hugo_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/hugo_windows.go b/commands/hugo_windows.go index 7342f21a0..106c0cc71 100644 --- a/commands/hugo_windows.go +++ b/commands/hugo_windows.go @@ -23,5 +23,5 @@ func init() { You need to open cmd.exe and run Hugo from there. - Visit http://gohugo.io/ for more information.` + Visit https://gohugo.io/ for more information.` } |