From febce9df4556075a28f315ed1d7a93daaf033c93 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 30 Dec 2019 11:48:09 +0100 Subject: README: update repo urls --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a7c3eb49..940f4b33 100644 --- a/README.md +++ b/README.md @@ -61,15 +61,14 @@ You can deploy the 64-bit build to an SSH host specified by the `DEPLOYMENT_HOST $ make deploy ``` -### [`wg(8)`](https://git.zx2c4.com/WireGuard/about/src/tools/man/wg.8) Support for Windows +### [`wg(8)`](https://git.zx2c4.com/wireguard-tools/about/src/man/wg.8) Support for Windows -The command line utility [`wg(8)`](https://git.zx2c4.com/WireGuard/about/src/tools/man/wg.8) works well on Windows. Being a Unix-centric project, it compiles with a Makefile and MingW: +The command line utility [`wg(8)`](https://git.zx2c4.com/wireguard-tools/about/src/man/wg.8) works well on Windows. Being a Unix-centric project, it compiles with a Makefile and MingW: ``` -$ git clone https://git.zx2c4.com/WireGuard -$ cd WireGuard/src/tools -$ PLATFORM=windows make -$ stat wg.exe +$ git clone https://git.zx2c4.com/wireguard-tools +$ PLATFORM=windows make -C wireguard-tools/src +$ stat wireguard-tools/src/wg.exe ``` It interacts with WireGuard instances run by the main WireGuard for Windows program. -- cgit v1.2.3-59-g8ed1b