From 7cde04de81ec4c908f15d734fb646053ead15740 Mon Sep 17 00:00:00 2001 From: Bernd Storath <999999bst@gmail.com> Date: Thu, 5 Mar 2026 13:38:12 +0100 Subject: [PATCH] docs: fix faq urls introduced in #2418 --- docs/content/faq.md | 2 +- docs/content/guides/admin.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/faq.md b/docs/content/faq.md index d510dc75..8e2138cc 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -18,7 +18,7 @@ Use the **Per-Client Firewall** feature to enforce server-side restrictions on w Unlike "Allowed IPs" which only controls client-side routing, firewall rules are enforced by the server and cannot be bypassed. -See the [Admin Panel Guide](guides/admin/#per-client-firewall) and [Client Guide](guides/clients/#firewall-allowed-ips) for detailed configuration. +See the [Admin Panel Guide](./guides/admin.md#per-client-firewall) and [Client Guide](./guides/clients.md#firewall-allowed-ips) for detailed configuration. ## Error: WireGuard exited with the error: Cannot find device "wg0" diff --git a/docs/content/guides/admin.md b/docs/content/guides/admin.md index ff93ddf7..66c765b3 100644 --- a/docs/content/guides/admin.md +++ b/docs/content/guides/admin.md @@ -40,4 +40,4 @@ Most Linux distributions include iptables by default. If you're running in a min 3. Specify allowed destinations (IPs, subnets, ports) for that client 4. Server enforces these rules automatically -See [Edit Client → Firewall Allowed IPs](../clients/#firewall-allowed-ips) for detailed configuration syntax and examples. +See [Edit Client → Firewall Allowed IPs](./clients.md#firewall-allowed-ips) for detailed configuration syntax and examples.