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
diff options
context:
space:
mode:
authorSeth Berger <4310743-sethgitlab@users.noreply.gitlab.com>2019-08-27 11:51:02 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-27 11:51:02 +0300
commit858daaff0dbdc016b57fd9e018ae4e2c3e0503b9 (patch)
tree1c2cb18de6592eee55a03f26ff111f7dd58f8485
parent409974e96e861cb579d2f8791b593ac53435680a (diff)
Update index of feature flags
Made it clear the pages are about feature flags, and not documentation.
-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).