Skip to content

Commit a3d4720

Browse files
admin-spaceGeetanshclaude
authored
Fix networking how-to links to _index.md (#24379)
Align link targets with internal naming convention for sibling index page. Closes #24373 <!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review Co-authored-by: Geetansh <croso2024@outlook.com> Co-authored-by: Codex Opus 4.6 <noreply@anthropic.com>
1 parent d1023e8 commit a3d4720

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/manuals/desktop/features/networking/networking-how-tos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aliases:
1616

1717
This page explains how to configure and use networking features, connect containers to host services, work behind proxies or VPNs, and troubleshoot common issues.
1818

19-
For details on how Docker Desktop routes network traffic and file I/O between containers, the VM, and the host, see [Network overview](/manuals/desktop/features/networking/index.md#overview).
19+
For details on how Docker Desktop routes network traffic and file I/O between containers, the VM, and the host, see [Network overview](/manuals/desktop/features/networking/_index.md#overview).
2020

2121
## Core networking how-tos
2222

@@ -77,7 +77,7 @@ See the [run command](/reference/cli/docker/container/run/) for more details on
7777
publish options used with `docker run`.
7878

7979
All inbound connections pass through the Docker Desktop backend process (`com.docker.backend` (Mac), `com.docker.backend` (Windows), or `qemu` (Linux), which handles port forwarding into the VM.
80-
For more details, see [How exposed ports work](/manuals/desktop/features/networking/index.md#how-exposed-ports-work)
80+
For more details, see [How exposed ports work](/manuals/desktop/features/networking/_index.md#how-exposed-ports-work)
8181

8282
### Working with VPNs
8383

@@ -86,7 +86,7 @@ Docker Desktop networking can work when attached to a VPN.
8686
To do this, Docker Desktop intercepts traffic from the containers and injects it into
8787
the host as if it originated from the Docker application.
8888

89-
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).
89+
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).
9090

9191
### Working with proxies
9292

0 commit comments

Comments
 (0)