From 1365974d1e4b44c6ee0ed65ef454d1291c4789ab Mon Sep 17 00:00:00 2001 From: yubiuser Date: Mon, 5 Jun 2023 12:59:52 +0200 Subject: [PATCH] Use relative links Signed-off-by: yubiuser --- docs/guides/vpn/wireguard/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/vpn/wireguard/server.md b/docs/guides/vpn/wireguard/server.md index 4c96b19..bf818e1 100644 --- a/docs/guides/vpn/wireguard/server.md +++ b/docs/guides/vpn/wireguard/server.md @@ -236,4 +236,4 @@ Your public key will be different from ours. This is expected (you just created On your [Settings page (tab DNS)](http://pi.hole/admin/settings.php?tab=dns), ensure you select the appropriate listening mode of your Pi-hole. `Allow only local requests` is preferred as it adds a bit of additional safety. Your WireGuard peers/clients will be correctly recognized as being only one hop away. -You can now continue to [add clients](https://docs.pi-hole.net/guides/vpn/wireguard/client/). +You can now continue to [add clients](client.md).