mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
## 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:
committed by
GitHub
parent
fb91a08a26
commit
d4ebf95414
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user