summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/node.go2
-rw-r--r--html/parse_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/html/node.go b/html/node.go
index ed51aaf..831a7a1 100644
--- a/html/node.go
+++ b/html/node.go
@@ -4,7 +4,7 @@ import (
"fmt"
x "golang.org/x/net/html"
- base "src.userspace.com.au/query"
+ base "src.userspace.com.au/felix/query"
)
// A Node consists of a NodeType and some data (tag name for
diff --git a/html/parse_test.go b/html/parse_test.go
index cfc6997..f113272 100644
--- a/html/parse_test.go
+++ b/html/parse_test.go
@@ -4,7 +4,7 @@ import (
"strings"
"testing"
- base "src.userspace.com.au/query"
+ base "src.userspace.com.au/felix/query"
)
func TestParse(t *testing.T) {