diff options
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 == "" { |