summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-02-22 17:03:18 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2018-02-22 17:03:18 +0000
commit9251d1f3f671a30f8442b7bf37089561234f2e40 (patch)
treefafe2ac24b1a8206ed2e560c8421592cb15110e8 /doc
parent5bfeca404d9b9b2fc7340d6d526b149e93fb06b0 (diff)
parent5fef704ced61f6e1793195e345339e7bfba0df2b (diff)
downloadgitlab-ce-9251d1f3f671a30f8442b7bf37089561234f2e40.tar.gz
Merge branch 'patch-28' into 'master'
Add link to project visibility settings in push to create project docs See merge request gitlab-org/gitlab-ce!17292
Diffstat (limited to 'doc')
-rw-r--r--doc/gitlab-basics/create-project.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitlab-basics/create-project.md b/doc/gitlab-basics/create-project.md
index 7b87039da84..e745b51f668 100644
--- a/doc/gitlab-basics/create-project.md
+++ b/doc/gitlab-basics/create-project.md
@@ -41,7 +41,7 @@ When you create a new repo locally, instead of going to GitLab to manually
create a new project and then push the repo, you can directly push it to
GitLab to create the new project, all without leaving your terminal. If you have access to that
namespace, we will automatically create a new project under that GitLab namespace with its
-visibility set to private by default (you can later change it in the UI).
+visibility set to Private by default (you can later change it in the [project's settings](../public_access/public_access.md#how-to-change-project-visibility)).
This can be done by using either SSH or HTTP: