diff options
author | Pedro Moreira da Silva <hi@pedroms.com> | 2018-02-22 14:46:05 +0000 |
---|---|---|
committer | Pedro Moreira da Silva <hi@pedroms.com> | 2018-02-22 14:46:05 +0000 |
commit | 5fef704ced61f6e1793195e345339e7bfba0df2b (patch) | |
tree | 105e2152fa6edd24aec420e380efe3f6fb99b4a7 /doc/gitlab-basics | |
parent | 700e2a165bdfd7906f6f4bad5495c890f814f277 (diff) | |
download | gitlab-ce-5fef704ced61f6e1793195e345339e7bfba0df2b.tar.gz |
Add link to project visibility settings in push to create project docs
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r-- | doc/gitlab-basics/create-project.md | 2 |
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: |