diff --git a/docs/spec/auth/token.md b/docs/spec/auth/token.md index f8391bd5a..f54419805 100644 --- a/docs/spec/auth/token.md +++ b/docs/spec/auth/token.md @@ -8,7 +8,7 @@ keywords: ["registry, on-prem, images, tags, repository, distribution, Bearer au This document outlines the v2 Docker registry authentication scheme: -![v2 registry auth](../../images/v2-registry-auth.png) +![v2 registry auth](../images/v2-registry-auth.png) 1. Attempt to begin a push/pull operation with the registry. 2. If the registry requires authorization it will return a `401 Unauthorized` diff --git a/docs/spec/images/v2-registry-auth.png b/docs/spec/images/v2-registry-auth.png new file mode 100644 index 000000000..3b05d04b5 Binary files /dev/null and b/docs/spec/images/v2-registry-auth.png differ