aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-26 09:43:30 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-26 09:43:30 +0200
commitdd1c22d6fe0975921272eb7ff41e4f27e95210c9 (patch)
tree056c5ffe88e181f2237445aedb0489d74ba21f3b /README.md
parentREADME: specify go version (diff)
downloadwireguard-windows-dd1c22d6fe0975921272eb7ff41e4f27e95210c9.tar.xz
wireguard-windows-dd1c22d6fe0975921272eb7ff41e4f27e95210c9.zip
README: link to English documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cced98f9..0231c207 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ set SigningCertificate=DF98E075A012ED8C86FBCF14854B8F9555CB3D45
set TimestampServer=http://timestamp.digicert.com
```
-After, run the above `build` commands as usual, from a shell that has [`signtool.exe`](https://docs.microsoft.com/sl-si/windows/desktop/SecCrypto/signtool) in its `PATH`, such as the Visual Studio 2017 command prompt.
+After, run the above `build` commands as usual, from a shell that has [`signtool.exe`](https://docs.microsoft.com/en-us/windows/desktop/SecCrypto/signtool) in its `PATH`, such as the Visual Studio 2017 command prompt.
### Alternative: Building from Linux