From fbb959b941900d67ae5b87f31660e6929b24a618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20U=CC=81jezdsky=CC=81?= Date: Thu, 14 Mar 2019 22:52:43 +0100 Subject: [PATCH] Fixed bad url --- swarm-mode/beginner-tutorial/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm-mode/beginner-tutorial/README.md b/swarm-mode/beginner-tutorial/README.md index f30e545..7b63795 100644 --- a/swarm-mode/beginner-tutorial/README.md +++ b/swarm-mode/beginner-tutorial/README.md @@ -362,7 +362,7 @@ web ``` ## Cleanup -There's also a [bash script](https://github.com/ManoMarks/labs/blob/master/swarm-mode/beginner-tutorial/swarm-node-vbox-teardown.sh) that will clean up your machine by removing all the Docker Machines. +There's also a [bash script](https://github.com/docker/labs/blob/master/swarm-mode/beginner-tutorial/swarm-node-vbox-teardown.sh) that will clean up your machine by removing all the Docker Machines. ``` $ ./swarm-node-vbox-teardown.sh