summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Leitzen <pleitzen@gitlab.com>2019-01-21 16:47:12 +0000
committerPeter Leitzen <pleitzen@gitlab.com>2019-01-21 16:47:12 +0000
commitfe8e4622a9a7c847cee7993158be20973c2db832 (patch)
tree7f7dd427b08495690651e5bdaec34af011bbc7ed
parent227ce776dcdaac35f6509d32428312ff0053de06 (diff)
downloadgitlab-ce-patch-39.tar.gz
Fix link in rolling_out_changes_using_feature_flags.mdpatch-39
-rw-r--r--doc/development/rolling_out_changes_using_feature_flags.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/rolling_out_changes_using_feature_flags.md b/doc/development/rolling_out_changes_using_feature_flags.md
index ef1aba95712..386c9b93a5d 100644
--- a/doc/development/rolling_out_changes_using_feature_flags.md
+++ b/doc/development/rolling_out_changes_using_feature_flags.md
@@ -174,7 +174,7 @@ isn't gated by a License or Plan.
### Undefined feature flags default to "on"
An important side-effect of the [implicit feature
-flags][#implicit-feature-flags] mentioned above is that unless the feature is
+flags](#implicit-feature-flags) mentioned above is that unless the feature is
explicitly disabled or limited to a percentage of users, the feature flag check
will default to `true`.