From b43de596e1207c2fb97157efca57290d923017fd Mon Sep 17 00:00:00 2001 From: Emilie Franchomme <42777373+FranchommeE@users.noreply.github.com> Date: Wed, 28 Apr 2021 15:43:56 -0400 Subject: [PATCH] Add a link to Hub API doc from Reference overview page (#12765) * Add a link to Hub API doc from Reference index * Minor update * Fix a typo Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- reference/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/index.md b/reference/index.md index f26e449cda..a8c9b28305 100644 --- a/reference/index.md +++ b/reference/index.md @@ -30,6 +30,7 @@ various APIs, CLIs, and file formats. |:------------------------------------------------------|:---------------------------------------------------------------------------------------| | [Engine API](/engine/api/) | The main API for Docker, provides programmatic access to a daemon | | [Registry API](/registry/spec/api/) | Facilitates distribution of images to the engine | +| [Docker Hub API](/docker-hub/api/latest/) | API to interact with Docker Hub | ## Drivers and specifications