summaryrefslogtreecommitdiffstats
path: root/hugolib/page_collections.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page_collections.go')
-rw-r--r--hugolib/page_collections.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/page_collections.go b/hugolib/page_collections.go
index 605ec4072..e72f9a731 100644
--- a/hugolib/page_collections.go
+++ b/hugolib/page_collections.go
@@ -17,7 +17,7 @@ import (
"path"
"path/filepath"
- "github.com/spf13/hugo/cache"
+ "github.com/gohugoio/hugo/cache"
)
// PageCollections contains the page collections for a site.