aboutsummaryrefslogtreecommitdiff
path: root/cmd/crawl/crawl_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/crawl/crawl_test.go')
-rw-r--r--cmd/crawl/crawl_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/crawl/crawl_test.go b/cmd/crawl/crawl_test.go
index 46bb2ad..57acffc 100644
--- a/cmd/crawl/crawl_test.go
+++ b/cmd/crawl/crawl_test.go
@@ -9,8 +9,8 @@ import (
"path/filepath"
"testing"
- "git.autistici.org/ale/crawl"
- "git.autistici.org/ale/crawl/warc"
+ "git.jordan.im/crawl"
+ "git.jordan.im/crawl/warc"
)
func linkTo(w http.ResponseWriter, uri string) {