summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Berger <4310743-sethgitlab@users.noreply.gitlab.com>2019-08-26 15:30:05 +0000
committerSeth Berger <4310743-sethgitlab@users.noreply.gitlab.com>2019-08-26 15:30:05 +0000
commit89aff867717c23dd19dc64084df29671e57f90fc (patch)
treeae56bb3b57590cc5e80be153f1061b859fe9f087
parent336ef2a98cf74b0a49474816031657efbe14f3b2 (diff)
downloadgitlab-ce-docs-sethgitlab-featureflags.tar.gz
Update index of feature flagsdocs-sethgitlab-featureflags
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).