From c6e5fe142d81e6c44466d73639b66287c75cfbba Mon Sep 17 00:00:00 2001 From: jerae-duffin <83294991+jerae-duffin@users.noreply.github.com> Date: Wed, 28 Jul 2021 10:15:05 -0500 Subject: [PATCH] Fixed Broken Link (#13234) * fixed broken link Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Co-authored-by: Sebastiaan van Stijn --- desktop/dashboard.md | 2 +- docker-for-mac/install.md | 2 +- language/golang/deploy.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop/dashboard.md b/desktop/dashboard.md index e6f7049e23..47f88640ab 100644 --- a/desktop/dashboard.md +++ b/desktop/dashboard.md @@ -227,7 +227,7 @@ To interact with remote repositories: ## Explore volumes -The **Volumes** view in Docker Dashboard enables you to easily create and delete [volumes](../storage/volumes/index.md) and see which ones are being used. If you are a developer subscribed to a Pro or a Team plan, you can also see which container is using a specific volume and explore the files and folders in your volumes. +The **Volumes** view in Docker Dashboard enables you to easily create and delete [volumes](../storage/volumes.md) and see which ones are being used. If you are a developer subscribed to a Pro or a Team plan, you can also see which container is using a specific volume and explore the files and folders in your volumes. {% include upgrade-cta.html body="To start exploring the details in your volumes, upgrade to a Pro or a Team plan." diff --git a/docker-for-mac/install.md b/docker-for-mac/install.md index c9e6b8bfa8..44313d0f1b 100644 --- a/docker-for-mac/install.md +++ b/docker-for-mac/install.md @@ -58,7 +58,7 @@ Your Mac must meet the following requirements to successfully install Docker Des The Docker Desktop installation includes [Docker Engine](../engine/index.md), Docker CLI client, - [Docker Compose](../compose/index.md), [Docker Content Trust](../engine/security/trust.md), [Kubernetes](https://github.com/kubernetes/kubernetes/), and [Credential Helper](https://github.com/docker/docker-credential-helpers/). + [Docker Compose](../compose/index.md), [Docker Content Trust](../engine/security/trust/index.md), [Kubernetes](https://github.com/kubernetes/kubernetes/), and [Credential Helper](https://github.com/docker/docker-credential-helpers/). ## Install and run Docker Desktop on Mac diff --git a/language/golang/deploy.md b/language/golang/deploy.md index 66374381f8..0273c0832b 100644 --- a/language/golang/deploy.md +++ b/language/golang/deploy.md @@ -20,7 +20,7 @@ The Docker ECS Integration enables developers to use native Docker commands in D The integration between Docker and Amazon ECS allows developers to use the Docker Compose CLI to set up an AWS context in one Docker command, allowing you to switch from a local context to a cloud context and run applications quickly and easily simplify multi-container application development on Amazon ECS using Compose files. -For detailed instructions, see [Deploying Docker containers on ECS](/cloud/ecs-integration.md). +For detailed instructions, see [Deploying Docker containers on ECS](../../cloud/ecs-integration.md). ## Feedback