summaryrefslogtreecommitdiffstats
path: root/hugolib/translations.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-06-13 18:47:17 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-06-13 18:47:17 +0200
commitc17ad675e8fcdb2db40fc50816b8f016bc14294c (patch)
treed79b1dadcef0e0e0258ca42a786f6be8671f90df /hugolib/translations.go
parentd8717cd4c74e80ea8e20adead9321412a2d76022 (diff)
all: Update textual references in Go source to point to gohugoio/hugo
Diffstat (limited to 'hugolib/translations.go')
-rw-r--r--hugolib/translations.go2
1 files changed, 1 insertions, 1 deletions
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)
}