Fix broken links issue #10908 (#10932)

* Fix broken links issue#10908

Fix issue#10908

* Fix broken link docker desktop dashboard

* Fix broken link networking

* Mac: Fix dashboard links

* Mac: Fix networking links

* Fix link to get started

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
Mark
2020-06-01 19:43:21 +08:00
committed by GitHub
parent 3d3054d16a
commit 59c3d309ca
4 changed files with 5 additions and 5 deletions

View File

@@ -314,7 +314,7 @@ For information about the reset options, see [Logs and Troubleshooting](troubles
## Dashboard
The Docker Desktop Dashboard enables you to interact with containers and applications and manage the lifecycle of your applications directly from your machine. The Dashboard UI shows all running, stopped, and started containers with their state. It provides an intuitive interface to perform common actions to inspect and manage containers and existing Docker Compose applications. For more information, see [Docker Desktop Dashboard](dashboard.md).
The Docker Desktop Dashboard enables you to interact with containers and applications and manage the lifecycle of your applications directly from your machine. The Dashboard UI shows all running, stopped, and started containers with their state. It provides an intuitive interface to perform common actions to inspect and manage containers and existing Docker Compose applications. For more information, see [Docker Desktop Dashboard](../desktop/dashboard.md).
## Add TLS certificates

View File

@@ -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](index#explore-the-application-and-run-examples)
The command to run the `nginx` webserver shown in [Getting Started](/docker-for-mac/index#explore-the-application)
is an example of this.
```bash

View File

@@ -461,7 +461,7 @@ again when you switch back.
## Dashboard
The Docker Desktop Dashboard enables you to interact with containers and applications and manage the lifecycle of your applications directly from your machine. The Dashboard UI shows all running, stopped, and started containers with their state. It provides an intuitive interface to perform common actions to inspect and manage containers and Docker Compose applications. For more information, see [Docker Desktop Dashboard](dashboard.md).
The Docker Desktop Dashboard enables you to interact with containers and applications and manage the lifecycle of your applications directly from your machine. The Dashboard UI shows all running, stopped, and started containers with their state. It provides an intuitive interface to perform common actions to inspect and manage containers and Docker Compose applications. For more information, see [Docker Desktop Dashboard](../desktop/dashboard.md).
## Docker Hub

View File

@@ -39,7 +39,7 @@ syntax for `-p` is `HOST_PORT:CLIENT_PORT`.
### HTTP/HTTPS Proxy Support
See [Proxies](index#proxies).
See [Proxies](/docker-for-windows/index#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](index#explore-the-application-and-run-examples)
The command to run the `nginx` webserver shown in [Getting Started](/docker-for-windows/index#explore-the-application)
is an example of this.
```bash