summaryrefslogtreecommitdiffstats
path: root/i18n/i18n_test.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 /i18n/i18n_test.go
parentd8717cd4c74e80ea8e20adead9321412a2d76022 (diff)
all: Update textual references in Go source to point to gohugoio/hugo
Diffstat (limited to 'i18n/i18n_test.go')
-rw-r--r--i18n/i18n_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/i18n_test.go b/i18n/i18n_test.go
index 4793541db..496d35ad3 100644
--- a/i18n/i18n_test.go
+++ b/i18n/i18n_test.go
@@ -113,7 +113,7 @@ var i18nTests = []i18nTest{
expectedFlag: "¡Hola, 50 gente!",
},
// Same id and translation in current language
- // https://github.com/spf13/hugo/issues/2607
+ // https://github.com/gohugoio/hugo/issues/2607
{
data: map[string][]byte{
"es.toml": []byte("[hello]\nother = \"hello\""),