summaryrefslogtreecommitdiff
path: root/doc/development/feature_flags.md
diff options
context:
space:
mode:
authorLucas Charles <me@lucascharles.me>2019-05-22 15:55:44 -0700
committerLucas Charles <me@lucascharles.me>2019-06-06 16:10:23 -0700
commit6b8bd19ad4ed2be3d618dec2b088635f69506a4a (patch)
tree9439b56744735c5b9c6b577f5ec070285bf7b9a2 /doc/development/feature_flags.md
parent40a9d05464960bfdef2612e2b6e4c5c2752d4663 (diff)
downloadgitlab-ce-docs/add-chatops-request-doc.tar.gz
Add section to dev docs on accessing chatopsdocs/add-chatops-request-doc
closes 62127
Diffstat (limited to 'doc/development/feature_flags.md')
-rw-r--r--doc/development/feature_flags.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/feature_flags.md b/doc/development/feature_flags.md
index c871015aaf6..99abf44df65 100644
--- a/doc/development/feature_flags.md
+++ b/doc/development/feature_flags.md
@@ -20,7 +20,7 @@ dynamic (querying the DB etc.).
Once defined in `lib/feature.rb`, you will be able to activate a
feature for a given feature group via the [`feature_group` param of the features API](../api/features.md#set-or-create-a-feature)
-For GitLab.com, team members have access to feature flags through chatops. Only
+For GitLab.com, [team members have access to feature flags through chatops](./chatops_on_gitlabcom.md). Only
percentage gates are supported at this time. Setting a feature to be used 50% of
the time, you should execute `/chatops run feature set my_feature_flag 50`.