mirror of https://github.com/docker/docs.git
Fix broken links
Fixed a link pointing to the same page and 2 other links that are returning 404s
This commit is contained in:
parent
bd4ac27f7c
commit
ffcaef8803
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue