diff options
Diffstat (limited to 'media')
-rw-r--r-- | media/docshelper.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/docshelper.go b/media/docshelper.go index 9a84d5c7f..f5afb52f0 100644 --- a/media/docshelper.go +++ b/media/docshelper.go @@ -1,7 +1,7 @@ package media import ( - "github.com/spf13/hugo/docshelper" + "github.com/gohugoio/hugo/docshelper" ) // This is is just some helpers used to create some JSON used in the Hugo docs. |