From d4ebf95414ec35c9e907b80e3cef31e0ef3c83ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 08:10:00 +0000 Subject: [PATCH] docs: address issue #24218 (#24220) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Fixed malformed anchor link by removing `.md` extension from the anchor portion. ## Changes - Fixed anchor link in `content/manuals/desktop/features/networking/networking-how-tos.md` from `#firewalls-and-endpoint-visibility.md` to `#firewalls-and-endpoint-visibility` Fixes #24218 --- 🤖 Generated with [cagent](https://github.com/docker/cagent) Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com> --- .../manuals/desktop/features/networking/networking-how-tos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/features/networking/networking-how-tos.md b/content/manuals/desktop/features/networking/networking-how-tos.md index f7ec059cf6..be4de75074 100644 --- a/content/manuals/desktop/features/networking/networking-how-tos.md +++ b/content/manuals/desktop/features/networking/networking-how-tos.md @@ -86,7 +86,7 @@ Docker Desktop networking can work when attached to a VPN. To do this, Docker Desktop intercepts traffic from the containers and injects it into the host as if it originated from the Docker application. -For details about how this traffic appears to host firewalls and endpoint detection systems, see [Firewalls and endpoint visibility](/manuals/desktop/features/networking/index.md#firewalls-and-endpoint-visibility.md). +For details about how this traffic appears to host firewalls and endpoint detection systems, see [Firewalls and endpoint visibility](/manuals/desktop/features/networking/index.md#firewalls-and-endpoint-visibility). ### Working with proxies