From a3d4720a7805326d134c4bccdacbf3e0a6d4c3cf Mon Sep 17 00:00:00 2001 From: Geetansh2842 Date: Mon, 16 Mar 2026 19:11:10 +0530 Subject: [PATCH] Fix networking how-to links to _index.md (#24379) Align link targets with internal naming convention for sibling index page. Closes #24373 ## Description ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review Co-authored-by: Geetansh Co-authored-by: Codex Opus 4.6 --- .../desktop/features/networking/networking-how-tos.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manuals/desktop/features/networking/networking-how-tos.md b/content/manuals/desktop/features/networking/networking-how-tos.md index be4de75074..ae9f117ca2 100644 --- a/content/manuals/desktop/features/networking/networking-how-tos.md +++ b/content/manuals/desktop/features/networking/networking-how-tos.md @@ -16,7 +16,7 @@ aliases: This page explains how to configure and use networking features, connect containers to host services, work behind proxies or VPNs, and troubleshoot common issues. -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). +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). ## Core networking how-tos @@ -77,7 +77,7 @@ See the [run command](/reference/cli/docker/container/run/) for more details on publish options used with `docker run`. 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. -For more details, see [How exposed ports work](/manuals/desktop/features/networking/index.md#how-exposed-ports-work) +For more details, see [How exposed ports work](/manuals/desktop/features/networking/_index.md#how-exposed-ports-work) ### Working with VPNs @@ -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). +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