summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2016-06-28 12:09:45 -0500
committerPatricio Cano <suprnova32@gmail.com>2016-07-05 16:54:22 -0500
commit120a1189bfa8b2afa7a8274c5617808f88f36101 (patch)
tree94c9b175eb387f6e4590ff0dbb3f6436869ad085 /doc
parentd1151f762169e48e14b2007cf7990bee0f17e01f (diff)
downloadgitlab-ce-120a1189bfa8b2afa7a8274c5617808f88f36101.tar.gz
Add `alt` text to the images in the documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/access_restrictions.md4
1 files 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.