From c17ad675e8fcdb2db40fc50816b8f016bc14294c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 13 Jun 2017 18:47:17 +0200 Subject: all: Update textual references in Go source to point to gohugoio/hugo --- create/content.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create') 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 == "" { -- cgit v1.2.3