mirror of https://github.com/docker/docs.git
Desktop: fix some broken links to index pages (#10941)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
f71cf9b992
commit
c082784316
|
@ -41,7 +41,7 @@ syntax for `-p` is `HOST_PORT:CLIENT_PORT`.
|
|||
|
||||
### HTTP/HTTPS Proxy Support
|
||||
|
||||
See [Proxies](/docker-for-mac/index/#proxies).
|
||||
See [Proxies](index.md#proxies).
|
||||
|
||||
## Known limitations, use cases, and workarounds
|
||||
|
||||
|
@ -85,7 +85,7 @@ 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](/docker-for-mac/index#explore-the-application)
|
||||
The command to run the `nginx` webserver shown in [Getting Started](index.md#explore-the-application)
|
||||
is an example of this.
|
||||
|
||||
```bash
|
||||
|
|
|
@ -39,7 +39,7 @@ syntax for `-p` is `HOST_PORT:CLIENT_PORT`.
|
|||
|
||||
### HTTP/HTTPS Proxy Support
|
||||
|
||||
See [Proxies](/docker-for-windows/index#proxies).
|
||||
See [Proxies](index.md#proxies).
|
||||
|
||||
## Known limitations, use cases, and workarounds
|
||||
|
||||
|
@ -85,7 +85,7 @@ 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](/docker-for-windows/index#explore-the-application)
|
||||
The command to run the `nginx` webserver shown in [Getting Started](index.md#explore-the-application)
|
||||
is an example of this.
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue