summaryrefslogtreecommitdiffstats
path: root/tpl/cast/docshelper.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/cast/docshelper.go')
-rw-r--r--tpl/cast/docshelper.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/cast/docshelper.go b/tpl/cast/docshelper.go
index fbbc8c4bb..e77c83d28 100644
--- a/tpl/cast/docshelper.go
+++ b/tpl/cast/docshelper.go
@@ -14,9 +14,9 @@
package cast
import (
- "github.com/spf13/hugo/deps"
- "github.com/spf13/hugo/docshelper"
- "github.com/spf13/hugo/tpl/internal"
+ "github.com/gohugoio/hugo/deps"
+ "github.com/gohugoio/hugo/docshelper"
+ "github.com/gohugoio/hugo/tpl/internal"
)
// This file provides documentation support and is randomly put into this package.