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
path: root/doc
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-08-25 18:32:59 +0300
committerPaul Slaughter <pslaughter@gitlab.com>2018-09-04 19:05:40 +0300
commitb47015ad9babf464c1e58ac78c92b8feb7084019 (patch)
tree83c08a4beddc893b95a91d3bc92da2457d5f25a5 /doc
parentafb49b044bcb71702edd3f5ef0139599ddc54ef5 (diff)
Move project default branch settings under 'Repository'
- Updates specs accordingly - Updates docs accordingly - Brews a fresh pot
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/repository/branches/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/repository/branches/index.md b/doc/user/project/repository/branches/index.md
index 9d16a4c74f2..19417d91fec 100644
--- a/doc/user/project/repository/branches/index.md
+++ b/doc/user/project/repository/branches/index.md
@@ -16,7 +16,7 @@ See also:
When you create a new [project](../../index.md), GitLab sets `master` as the default
branch for your project. You can choose another branch to be your project's
-default under your project's **Settings > General**.
+default under your project's **Settings > Repository**.
The default branch is the branch affected by the
[issue closing pattern](../../issues/automatic_issue_closing.md),