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:
authorRobert Speicher <robert@gitlab.com>2018-09-18 23:44:19 +0300
committerRobert Speicher <robert@gitlab.com>2018-09-18 23:44:19 +0300
commit2dac058de25dc6ed03d0ed6f8b099aa17cdc1cab (patch)
treee257120e671ef51a6256d618aa02e0d1f8432199 /doc
parent73ecfae93508477f3cfe77b7ad1a325b085004d8 (diff)
parent22d8f934ef2ca3ac57524f2345a016e2fe935799 (diff)
Merge branch 'remove-ee-specific-lines-from-plan-concerns' into 'master'
Remove EE-specific lines from Plan concerns See merge request gitlab-org/gitlab-ce!21448
Diffstat (limited to 'doc')
-rw-r--r--doc/api/protected_branches.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/protected_branches.md b/doc/api/protected_branches.md
index f6813f27dc0..ed8837574a0 100644
--- a/doc/api/protected_branches.md
+++ b/doc/api/protected_branches.md
@@ -4,7 +4,7 @@
**Valid access levels**
-The access levels are defined in the `ProtectedRefAccess::ALLOWED_ACCESS_LEVELS` constant. Currently, these levels are recognized:
+The access levels are defined in the `ProtectedRefAccess.allowed_access_levels` method. Currently, these levels are recognized:
```
0 => No access
30 => Developer access