From 89dd065e53e986234289a0ace66539873be8b075 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 30 Dec 2019 11:46:34 +0100 Subject: README: update repo urls --- device/conn_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device') diff --git a/device/conn_linux.go b/device/conn_linux.go index b38aa38..94b6d5c 100644 --- a/device/conn_linux.go +++ b/device/conn_linux.go @@ -7,7 +7,7 @@ * This implements userspace semantics of "sticky sockets", modeled after * WireGuard's kernelspace implementation. This is more or less a straight port * of the sticky-sockets.c example code: - * https://git.zx2c4.com/WireGuard/tree/contrib/examples/sticky-sockets/sticky-sockets.c + * https://git.zx2c4.com/wireguard-tools/tree/contrib/sticky-sockets/sticky-sockets.c * * Currently there is no way to achieve this within the net package: * See e.g. https://github.com/golang/go/issues/17930 -- cgit v1.2.3-59-g8ed1b