From 654f273baaaba63bf73fd46a65ecd1440c4758fe Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 4 Jun 2019 13:35:44 -0400 Subject: [minor] move to within.website/x (#14) * move to within.website/x * Update user_agent.go * cmd/within.website: add bot info page --- cmd/relayd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/relayd/main.go') diff --git a/cmd/relayd/main.go b/cmd/relayd/main.go index 97ff5b5..71cee2b 100644 --- a/cmd/relayd/main.go +++ b/cmd/relayd/main.go @@ -11,7 +11,7 @@ import ( "net/url" "time" - "github.com/Xe/x/internal" + "within.website/x/internal" "golang.org/x/crypto/acme/autocert" ) -- cgit v1.2.3