diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-06-13 18:47:17 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-06-13 18:47:17 +0200 |
commit | c17ad675e8fcdb2db40fc50816b8f016bc14294c (patch) | |
tree | d79b1dadcef0e0e0258ca42a786f6be8671f90df /create | |
parent | d8717cd4c74e80ea8e20adead9321412a2d76022 (diff) | |
download | hugo-c17ad675e8fcdb2db40fc50816b8f016bc14294c.tar.gz hugo-c17ad675e8fcdb2db40fc50816b8f016bc14294c.zip |
all: Update textual references in Go source to point to gohugoio/hugo
Diffstat (limited to 'create')
-rw-r--r-- | create/content.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create/content.go b/create/content.go index c51d1f9bd..29c99d471 100644 --- a/create/content.go +++ b/create/content.go @@ -160,7 +160,7 @@ func FindArchetype(s *hugolib.Site, kind string) (outpath string) { for _, x := range search { // If the new content isn't in a subdirectory, kind == "". // Therefore it should be excluded otherwise `is a directory` - // error will occur. github.com/spf13/hugo/issues/411 + // error will occur. github.com/gohugoio/hugo/issues/411 var pathsToCheck []string if kind == "" { |