From 82530e5a584dba69e114fdb19ceeb0e66fbb505a Mon Sep 17 00:00:00 2001 From: Bhavin Gandhi Date: Mon, 20 Nov 2017 23:19:46 +0530 Subject: [PATCH] Add alt text to images which are missing it (#5047) Signed-off-by: Bhavin Gandhi --- docs/notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notifications.md b/docs/notifications.md index f782da922..3f8632ef4 100644 --- a/docs/notifications.md +++ b/docs/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_](notifications.md#endpoints). -![](images/notifications.png) +![Workflow of registry notifications](images/notifications.png) ## Endpoints