From 26a46ca92712f64a56a9177ca50c097a5782b28d Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Tue, 13 Apr 2021 11:08:58 +0100 Subject: [PATCH] Update docs/contributing/stacks.md Co-authored-by: Ayaz Salikhov --- docs/contributing/stacks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/stacks.md b/docs/contributing/stacks.md index e520f3ca..3eaeca87 100644 --- a/docs/contributing/stacks.md +++ b/docs/contributing/stacks.md @@ -110,7 +110,7 @@ From there you can click on the workflows on the left hand side of the screen. Now, configure Docker Cloud to build your stack image and push it to Docker Hub repository whenever you merge a GitHub pull request to the master branch of your project. -1. Visit [https://cloud.docker.com/](https://cloud.docker.com/) and log in. +1. Visit [https://hub.docker.com/](https://hub.docker.com/) and log in. 2. Select the account or organization matching the one you entered when prompted with `stack_org` by the cookiecutter. ![Docker account selection screenshot](../_static/docker-org-select.png) 3. Scroll to the bottom of the page and click **Create repository**.