From cb16e5d1f3f741ddf8649f71389bf6d869c9a7a5 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Tue, 16 Aug 2022 10:43:20 -0700 Subject: [PATCH] Fix dead links Fixed dead links that resulted in 404 errors. - https://docs.docker.com/docker-for-mac/dashboard/ - https://docs.docker.com/docker-for-windows/dashboard/ Updated to a single link to https://docs.docker.com/desktop/ --- docs/tutorial/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/tutorial/index.md b/docs/tutorial/index.md index 601b838..863ba6d 100644 --- a/docs/tutorial/index.md +++ b/docs/tutorial/index.md @@ -32,9 +32,8 @@ you a quick view of the containers running on your machine. It gives you quick access to container logs, lets you get a shell inside the container, and lets you easily manage container lifecycle (stop, remove, etc.). -To access the dashboard, follow the instructions for either -[Mac](https://docs.docker.com/docker-for-mac/dashboard/) or -[Windows](https://docs.docker.com/docker-for-windows/dashboard/). If you open the dashboard +To access the dashboard, follow the instructions in the +[Docker Desktop manual](https://docs.docker.com/desktop/). If you open the dashboard now, you will see this tutorial running! The container name (`jolly_bouman` below) is a randomly created name. So, you'll most likely have a different name.