From 120a1189bfa8b2afa7a8274c5617808f88f36101 Mon Sep 17 00:00:00 2001
From: Patricio Cano <suprnova32@gmail.com>
Date: Tue, 28 Jun 2016 12:09:45 -0500
Subject: [PATCH] Add `alt` text to the images in the documentation.

---
 doc/administration/access_restrictions.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/administration/access_restrictions.md b/doc/administration/access_restrictions.md
index d3a58b8c144..51d7996effd 100644
--- a/doc/administration/access_restrictions.md
+++ b/doc/administration/access_restrictions.md
@@ -13,7 +13,7 @@ to choose between:
 - Only SSH
 - Only HTTP(s)
 
-![](img/access_restrictions.png)
+![Settings Overview](img/access_restrictions.png)
 
 ## Enabled Protocol
 
@@ -27,7 +27,7 @@ When you choose to allow only one of the protocols, a couple of things will happ
 - A tooltip will be shown when you hover over the URL's protocol, if an action
   on the user's part is required, e.g. adding an SSH key, or setting a password.
 
-![](img/restricted_url.png)
+![Project URL with SSH only access](img/restricted_url.png)
 
 On top of these UI restrictions, GitLab will deny all Git actions on the protocol
 not selected.
-- 
GitLab