Update invalid anchor link
This commit is contained in:
parent
a415856289
commit
2474023bde
1 changed files with 3 additions and 4 deletions
|
@ -200,10 +200,9 @@ isn't gated by a License or Plan.
|
||||||
|
|
||||||
### Undefined feature flags default to "on"
|
### Undefined feature flags default to "on"
|
||||||
|
|
||||||
An important side-effect of the [implicit feature
|
An important side-effect of the [implicit feature flags](#implicit-feature-flags)
|
||||||
flags][#implicit-feature-flags] mentioned above is that unless the feature is
|
mentioned above is that unless the feature is explicitly disabled or limited to a
|
||||||
explicitly disabled or limited to a percentage of users, the feature flag check
|
percentage of users, the feature flag check will default to `true`.
|
||||||
will default to `true`.
|
|
||||||
|
|
||||||
As an example, if you were to ship the backend half of a feature behind a flag,
|
As an example, if you were to ship the backend half of a feature behind a flag,
|
||||||
you'd want to explicitly disable that flag until the frontend half is also ready
|
you'd want to explicitly disable that flag until the frontend half is also ready
|
||||||
|
|
Loading…
Reference in a new issue