From a7e08db16d0773bae95936d357f7f5a901802252 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Tue, 27 Sep 2022 09:24:49 -0400 Subject: [PATCH] docs: fix link 404 in port-forwarding (#4211) --- docs/networking/port-forwarding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/networking/port-forwarding.md b/docs/networking/port-forwarding.md index 29c3c624a3..c6147501d7 100644 --- a/docs/networking/port-forwarding.md +++ b/docs/networking/port-forwarding.md @@ -25,7 +25,7 @@ For more examples, see `coder port-forward --help`. ## Dashboard > To enable port forwarding via the dashboard, Coder must be configured with a -> [wildcard access URL](./admin/configure#wildcard-access-url). +> [wildcard access URL](../admin/configure.md#wildcard-access-url). Use the "Port forward" button in the dashboard to access ports running on your workspace.