diff --git a/docs/content/about/notifications.md b/docs/content/about/notifications.md index 81292bd9..d5b11d5d 100644 --- a/docs/content/about/notifications.md +++ b/docs/content/about/notifications.md @@ -10,7 +10,7 @@ pushes and pulls and layer pushes and pulls. These actions are serialized into events. The events are queued into a registry-internal broadcast system which queues and dispatches events to [_Endpoints_](#endpoints). -![Workflow of registry notifications](/images/notifications.png) +![Workflow of registry notifications](../../images/notifications.png) ## Endpoints diff --git a/docs/content/spec/auth/token.md b/docs/content/spec/auth/token.md index 1696280d..cc9d940e 100644 --- a/docs/content/spec/auth/token.md +++ b/docs/content/spec/auth/token.md @@ -8,7 +8,7 @@ keywords: registry, on-prem, images, tags, repository, distribution, Bearer auth This document outlines the v2 Distribution 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`