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:
authorEvan Read <eread@gitlab.com>2019-03-01 04:53:11 +0300
committerEvan Read <eread@gitlab.com>2019-03-01 04:53:11 +0300
commitb298b3aba58914e4ff84847c17d655b8f5c4bdad (patch)
tree080232e94b1eee4680cf69b2513819b7fc3d36cd /doc
parent9431437bba3a9a309d2b2b5e3c12b65695193e6b (diff)
parent16cfb7df65788da9594dc2850b26cc5ba5841854 (diff)
Merge branch 'mk/fix-old-feature-flags-link-docs' into 'master'
Docs: Replace issue with a link to the feature See merge request gitlab-org/gitlab-ce!25670
Diffstat (limited to 'doc')
-rw-r--r--doc/development/feature_flags.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/development/feature_flags.md b/doc/development/feature_flags.md
index 67356a12eba..3271f9a7fb3 100644
--- a/doc/development/feature_flags.md
+++ b/doc/development/feature_flags.md
@@ -26,8 +26,9 @@ the time, you should execute `/chatops run feature set my_feature_flag 50`.
## Feature flags for user applications
-GitLab does not yet support the use of feature flags in deployed user applications.
-You can follow the progress on that [in the issue on our issue tracker](https://gitlab.com/gitlab-org/gitlab-ee/issues/779).
+This document only covers feature flags used in the development of GitLab
+itself. Feature flags in deployed user applications can be found at
+[Feature Flags](https://docs.gitlab.com/ee/user/project/operations/feature_flags.html)
## Developing with feature flags