summaryrefslogtreecommitdiffstats
path: root/helpers/pathspec.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/pathspec.go')
-rw-r--r--helpers/pathspec.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/pathspec.go b/helpers/pathspec.go
index ff4488020..bd55d8965 100644
--- a/helpers/pathspec.go
+++ b/helpers/pathspec.go
@@ -16,8 +16,8 @@ package helpers
import (
"fmt"
- "github.com/spf13/hugo/config"
- "github.com/spf13/hugo/hugofs"
+ "github.com/gohugoio/hugo/config"
+ "github.com/gohugoio/hugo/hugofs"
)
// PathSpec holds methods that decides how paths in URLs and files in Hugo should look like.