Fix wrong url to DTR reference

This commit is contained in:
Joao Fernandes 2018-04-16 14:26:15 -07:00 committed by Joao Fernandes
parent b44f4df1cc
commit 4041c2a4a3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ various APIs, CLIs, and file formats.
| [Cloud API](/apidocs/docker-cloud/) | Enables programmatic management of your Docker application running on a cloud provider |
| [Engine API](/engine/api/) | The main API for Docker, provides programmatic access to a [daemon](/glossary/#daemon) |
| [Registry API](/registry/spec/api/) | Facilitates distribution of images to the engine |
| [DTR API](/reference/ucp/{{ site.ucp_version }}/api/) | Provides programmatic access to a Docker Trusted Registry deployment |
| [DTR API](/reference/dtr/{{ site.dtr_version }}/api/) | Provides programmatic access to a Docker Trusted Registry deployment |
| [UCP API](/reference/ucp/{{ site.ucp_version }}/api/) | Provides programmatic access to a Universal Control Plane deployment |