From 568ef37a14cde780ebd3403a3c04248d550b69f0 Mon Sep 17 00:00:00 2001 From: Alex Daly <11139509+azdaly@users.noreply.github.com> Date: Fri, 19 Jun 2020 20:23:51 -0400 Subject: [PATCH] Updating the play with docker URL The play with Docker URL no longer works. I updated it. --- docs/tutorial/sharing-our-app/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/sharing-our-app/index.md b/docs/tutorial/sharing-our-app/index.md index 6cbb072..af298de 100644 --- a/docs/tutorial/sharing-our-app/index.md +++ b/docs/tutorial/sharing-our-app/index.md @@ -58,7 +58,7 @@ an example command that you will need to run to push to this repo. Now that our image has been built and pushed into a registry, let's try running our app on a brand new instance that has never seen this container image! To do this, we will use Play with Docker. -1. Open your browser to [Play with Docker](http://play-with-docker.com). +1. Open your browser to [Play with Docker](https://www.docker.com/play-with-docker). 1. Log in with your Docker Hub account. @@ -89,4 +89,4 @@ can use the latest version of the image. Now that we have that figured out, let's circle back around to what we noticed at the end of the last section. As a reminder, we noticed that when we restarted the app, we lost all of our todo list items. That's obviously not a great user experience, so let's learn how we can persist the data across -restarts! \ No newline at end of file +restarts!