From 1a39156c15d253a4fa677ac03628d521c8133d19 Mon Sep 17 00:00:00 2001 From: Gwendolynne Barr <31074572+gbarr01@users.noreply.github.com> Date: Mon, 30 Apr 2018 10:57:35 -0700 Subject: [PATCH] Repair proxy links (#6586) --- docker-for-mac/networking.md | 7 +++---- docker-for-windows/networking.md | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/docker-for-mac/networking.md b/docker-for-mac/networking.md index 18046b8055..51e19388ff 100644 --- a/docker-for-mac/networking.md +++ b/docker-for-mac/networking.md @@ -41,7 +41,7 @@ syntax for `-p` is `HOST_PORT:CLIENT_PORT`. ### HTTP/HTTPS Proxy Support -See [Proxies](index.md#Proxies). +See [Proxies](index#proxies). ## Known limitations, use cases, and workarounds @@ -84,9 +84,8 @@ Our current recommendation is to publish a port, or to connect from another container. This is what you need to do even on Linux if the container is on an overlay network, not a bridge network, as these are not routed. -The command to run the `nginx` webserver shown in [Getting -Started](index.md#explore-the-application-and-run-examples) is -an example of this. +The command to run the `nginx` webserver shown in [Getting Started](index#explore-the-application-and-run-examples) +is an example of this. ```bash $ docker run -d -p 80:80 --name webserver nginx diff --git a/docker-for-windows/networking.md b/docker-for-windows/networking.md index 1b7fbf865f..ae3c754cb0 100644 --- a/docker-for-windows/networking.md +++ b/docker-for-windows/networking.md @@ -39,7 +39,7 @@ syntax for `-p` is `HOST_PORT:CLIENT_PORT`. ### HTTP/HTTPS Proxy Support -See [Proxies](index.md#Proxies). +See [Proxies](index#Proxies). ## Known limitations, use cases, and workarounds @@ -84,9 +84,8 @@ Our current recommendation is to publish a port, or to connect from another container. This is what you need to do even on Linux if the container is on an overlay network, not a bridge network, as these are not routed. -The command to run the `nginx` webserver shown in [Getting -Started](index.md#explore-the-application-and-run-examples) is -an example of this. +The command to run the `nginx` webserver shown in [Getting Started](index#explore-the-application-and-run-examples) +is an example of this. ```bash $ docker run -d -p 80:80 --name webserver nginx