From ffcaef8803dee6dc3bb58924ff2d9fd00257f243 Mon Sep 17 00:00:00 2001 From: QwertyZW Date: Wed, 12 Oct 2016 15:19:58 -0400 Subject: [PATCH] Fix broken links Fixed a link pointing to the same page and 2 other links that are returning 404s --- docker-hub/bitbucket.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-hub/bitbucket.md b/docker-hub/bitbucket.md index b192c0c4dc..9afee3d780 100644 --- a/docker-hub/bitbucket.md +++ b/docker-hub/bitbucket.md @@ -13,7 +13,7 @@ title: Automated Builds with Bitbucket # Automated Builds with Bitbucket If you've previously linked Docker Hub to your Bitbucket account, -you'll be able to skip to [Creating an Automated Build](bitbucket.md#creating-an-automated-build). +you'll be able to skip to [Creating an Automated Build](https://docs.docker.com/docker-hub/builds/#create-an-automated-build). ## Linking to your Bitbucket account @@ -34,12 +34,12 @@ to create a Docker Hub repository from which to create the Automatic Build. ## Creating an Automated Build You can [create an Automated Build]( -https://hub.docker.com/add/automated-build/bitbucket/orgs/) from any of your +https://docs.docker.com/docker-hub/builds/#create-an-automated-build) from any of your public or private Bitbucket repositories with a `Dockerfile`. To get started, log in to Docker Hub and click the "Create ▼" menu item at the top right of the screen. Then select -[Create Automated Build](https://hub.docker.com/add/automated-build). +[Create Automated Build](https://docs.docker.com/docker-hub/builds/#create-an-automated-build). Select the the linked Bitbucket account, and then choose a repository to set up an Automated Build for.