Repair proxy links (#6586)

This commit is contained in:
Gwendolynne Barr 2018-04-30 10:57:35 -07:00 committed by GitHub
parent 2ae44c1824
commit 1a39156c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View File

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

View File

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