summaryrefslogtreecommitdiff
path: root/system/search
diff options
context:
space:
mode:
Diffstat (limited to 'system/search')
-rw-r--r--system/search/backup.go4
-rw-r--r--system/search/search.go4
2 files changed, 4 insertions, 4 deletions
diff --git a/system/search/backup.go b/system/search/backup.go
index c054f9d..f828493 100644
--- a/system/search/backup.go
+++ b/system/search/backup.go
@@ -9,9 +9,9 @@ import (
"path/filepath"
"time"
- "github.com/ponzu-cms/ponzu/system/cfg"
+ "github.com/haturatu/ponzu/system/cfg"
- "github.com/ponzu-cms/ponzu/system/backup"
+ "github.com/haturatu/ponzu/system/backup"
)
// Backup creates an archive of a project's search index and writes it
diff --git a/system/search/search.go b/system/search/search.go
index d3bee6d..eb8749a 100644
--- a/system/search/search.go
+++ b/system/search/search.go
@@ -11,9 +11,9 @@ import (
"path/filepath"
"strings"
- "github.com/ponzu-cms/ponzu/system/cfg"
+ "github.com/haturatu/ponzu/system/cfg"
- "github.com/ponzu-cms/ponzu/system/item"
+ "github.com/haturatu/ponzu/system/item"
"github.com/blevesearch/bleve"
"github.com/blevesearch/bleve/mapping"