diff --git a/README.md b/README.md index f526c21..8181ceb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # tcpproxy -For library usage, see https://godoc.org/inet.af/tcpproxy/ +For library usage, see https://pkg.go.dev/github.com/inetaf/tcpproxy/ For CLI usage, see https://github.com/inetaf/tcpproxy/blob/master/cmd/tlsrouter/README.md diff --git a/go.mod b/go.mod index 9c8ce9f..af6f76e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module inet.af/tcpproxy +module github.com/inetaf/tcpproxy go 1.16