docs: address issue #24218 (#24220)

## 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>
This commit is contained in:
github-actions[bot]
2026-02-26 08:10:00 +00:00
committed by GitHub
parent fb91a08a26
commit d4ebf95414

View File

@@ -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