summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-08-09 06:36:52 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-09 06:36:52 +0000
commit6aa90c45fe0f44199e8d0e9d294a78b6375a75c8 (patch)
tree0e7f8230e02474420e6f181d5478d0feea9caf7b
parent922a847714857cad2ec2e428c899aeaf1fea6b57 (diff)
parentc72fdc2085301181b5e9dd3e0fc5dcf668a527d1 (diff)
downloadgitlab-ce-6aa90c45fe0f44199e8d0e9d294a78b6375a75c8.tar.gz
Merge branch '60157-cloneauth-docs' into 'master'
Docs: Clarify without authentication Closes #60157 See merge request gitlab-org/gitlab-ce!31604
-rw-r--r--doc/public_access/public_access.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/public_access/public_access.md b/doc/public_access/public_access.md
index ea4702acc41..0142e5075cc 100644
--- a/doc/public_access/public_access.md
+++ b/doc/public_access/public_access.md
@@ -12,7 +12,7 @@ public access directory (`/public` under your GitLab instance), like at [https:/
### Public projects
-Public projects can be cloned **without any** authentication.
+Public projects can be cloned **without any** authentication over https.
They will be listed in the public access directory (`/public`) for all users.