summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.