From ecbc8de2496bb8399a06defb5adfd0860adad788 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 10 Sep 2014 21:08:05 +0200 Subject: [PATCH] Fix link for configuring automated builds --- docs/sources/userguide/dockerrepos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/userguide/dockerrepos.md b/docs/sources/userguide/dockerrepos.md index a73c4b7834..4e35bad69a 100644 --- a/docs/sources/userguide/dockerrepos.md +++ b/docs/sources/userguide/dockerrepos.md @@ -124,7 +124,7 @@ triggering a build and update when you push a commit. 1. Create a [Docker Hub account](https://hub.docker.com/) and login. 2. Link your GitHub or BitBucket account through the ["Link Accounts"](https://registry.hub.docker.com/account/accounts/) menu. -3. [Configure an Automated Build](https://registry.hub.docker.com/builds/). +3. [Configure an Automated Build](https://registry.hub.docker.com/builds/add/). 4. Pick a GitHub or BitBucket project that has a `Dockerfile` that you want to build. 5. Pick the branch you want to build (the default is the `master` branch). 6. Give the Automated Build a name.