about summary refs log tree commit diff stats
path: root/http
diff options
context:
space:
mode:
Diffstat (limited to 'http')
-rw-r--r--http/handler.go2
-rw-r--r--http/handler_test.go4
2 files changed, 3 insertions, 3 deletions
diff --git a/http/handler.go b/http/handler.go
index c53655b..1de6b8c 100644
--- a/http/handler.go
+++ b/http/handler.go
@@ -4,7 +4,7 @@ package http
 import (
 	"net/http"
 
-	g "github.com/maragudk/gomponents"
+	g "maragu.dev/gomponents"
 )
 
 // Handler is like [http.Handler] but returns a [g.Node] and an error.
diff --git a/http/handler_test.go b/http/handler_test.go
index 706e9eb..453e3e7 100644
--- a/http/handler_test.go
+++ b/http/handler_test.go
@@ -7,8 +7,8 @@ import (
 	"net/http/httptest"
 	"testing"
 
-	g "github.com/maragudk/gomponents"
-	ghttp "github.com/maragudk/gomponents/http"
+	g "maragu.dev/gomponents"
+	ghttp "maragu.dev/gomponents/http"
 )
 
 func TestAdapt(t *testing.T) {