Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmalzhaf <stefanschmalzhaf@gmx.de>2019-08-08 13:12:19 +0300
committerStefan Schmalzhaf <stefanschmalzhaf@gmx.de>2019-08-08 13:12:19 +0300
commitc72fdc2085301181b5e9dd3e0fc5dcf668a527d1 (patch)
tree15b6b7341aac5ee5a01e12002078a14d7968fa5c /doc/public_access
parent2e9b4f6034b49ef18a7e2ccb881657c4428e98a9 (diff)
Clarify without authentication
Diffstat (limited to 'doc/public_access')
-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.