summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-08-27 08:51:03 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-27 08:51:03 +0000
commit1c983571894355e6087b4c95b445e25d30e4ad3a (patch)
tree1c2cb18de6592eee55a03f26ff111f7dd58f8485
parent409974e96e861cb579d2f8791b593ac53435680a (diff)
parent858daaff0dbdc016b57fd9e018ae4e2c3e0503b9 (diff)
downloadgitlab-ce-1c983571894355e6087b4c95b445e25d30e4ad3a.tar.gz
Merge branch 'docs-sethgitlab-featureflags' into 'master'
Update index of feature flags See merge request gitlab-org/gitlab-ce!32217
-rw-r--r--doc/development/feature_flags/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/feature_flags/index.md b/doc/development/feature_flags/index.md
index 56872f8c075..f1374b9e280 100644
--- a/doc/development/feature_flags/index.md
+++ b/doc/development/feature_flags/index.md
@@ -8,5 +8,5 @@ disable those changes, without having to revert an entire release.
Before using feature flags for GitLab's development, read through the following:
- [Process for using features flags](process.md).
-- [Developing with feature flags documentation](development.md).
-- [Controlling feature flags documentation](controls.md).
+- [Developing with feature flags](development.md).
+- [Controlling feature flags](controls.md).