Skip to content

Commit

Permalink
Merge pull request docker#1110 from joaofnfernandes/broken-links
Browse files Browse the repository at this point in the history
Updates broken links for docker#1068
  • Loading branch information
joaofnfernandes authored Jan 12, 2017
2 parents 3bcfe97 + f7a33dc commit 9c87f82
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-for-mac/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ starting at Beta 31](images/settings-advanced-beta.png)
As an alternative to using [Docker Hub](https://hub.docker.com/) to store your
public or private images or [Docker Trusted
Registry](/docker-trusted-registry/overview/), you can use Docker to set up your
Registry](/datacenter/dtr/2.1/index.md), you can use Docker to set up your
own insecure [registry](/registry/introduction/). Add URLs for insecure
registries and registry mirrors on which to host your images. (See also, [How do
I add custom CA certificates?](faqs.md#how-do-i-add-custom-ca-certificates) in
Expand Down
2 changes: 1 addition & 1 deletion docker-for-windows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ Also starting with with Beta 34, you can set up your own

As an alternative to using [Docker Hub](https://hub.docker.com/) to store your
public or private images or [Docker Trusted
Registry](/docker-trusted-registry/overview/), you can use Docker to set up your
Registry](/datacenter/dtr/2.1/index.md), you can use Docker to set up your
own insecure [registry](/registry/introduction/). Add URLs for insecure
registries and registry mirrors on which to host your images. (See also, [How do
I add custom CA certificates?](faqs.md#how-do-i-add-custom-ca-certificates) in
Expand Down
4 changes: 2 additions & 2 deletions engine/userguide/eng-image/image_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ different tagged versions. For example, the image `distribution/registry`, with
tags `2.0` and `latest`. Users interact with a registry by using docker push and
pull commands such as, `docker pull myregistry.com/stevvooe/batman:voice`.

The Docker Hub has its own registry which, like the Hub itself, is run and managed by Docker. However, there are other ways to obtain a registry. You can purchase the [Docker Trusted Registry](/docker-trusted-registry) product to run on your company's network. Alternatively, you can use the Docker Registry component to build a private registry. For information about using a registry, see overview for the [Docker Registry](/registry).
The Docker Hub has its own registry which, like the Hub itself, is run and managed by Docker. However, there are other ways to obtain a registry. You can purchase the [Docker Trusted Registry](/datacenter/dtr/2.1/index.md) product to run on your company's network. Alternatively, you can use the Docker Registry component to build a private registry. For information about using a registry, see overview for the [Docker Registry](/registry).


## Content Trust
Expand All @@ -45,4 +45,4 @@ publisher of all the data received from a registry over any channel.

[Content trust](../../security/trust/index.md) is currently only available for users of the
public Docker Hub. It is currently not available for the Docker Trusted Registry
or for private registries.
or for private registries.
4 changes: 2 additions & 2 deletions registry/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ free-to-use, hosted Registry, plus additional features (organization accounts,
automated builds, and more).

Users looking for a commercially supported version of the Registry should look
into [Docker Trusted Registry](/docker-trusted-registry/overview/).
into [Docker Trusted Registry](/datacenter/dtr/2.1/index.md).

## Requirements

Expand Down Expand Up @@ -66,4 +66,4 @@ Now stop your registry and remove all data

You should now read the [detailed introduction about the
registry](introduction.md), or jump directly to [deployment
instructions](deploying.md).
instructions](deploying.md).

0 comments on commit 9c87f82

Please sign in to comment.