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 --- hugolib/translations.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugolib/translations.go') diff --git a/hugolib/translations.go b/hugolib/translations.go index b71ae9786..53272ee14 100644 --- a/hugolib/translations.go +++ b/hugolib/translations.go @@ -49,7 +49,7 @@ func createTranslationKey(p *Page) string { base := p.TranslationBaseName() if p.IsNode() { - // TODO(bep) see https://github.com/spf13/hugo/issues/2699 + // TODO(bep) see https://github.com/gohugoio/hugo/issues/2699 // Must prepend the section and kind to the key to make it unique base = fmt.Sprintf("%s/%s/%s", p.Kind, p.sections, base) } -- cgit v1.2.3