Desktop: fix some broken links to index pages (#10941)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-06-02 10:05:15 +02:00 committed by GitHub
parent f71cf9b992
commit c082784316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

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

View File

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