File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/docs/feature-flag-lifecycle Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if (flagsmith.hasFeature("maintenance_mode")) {
2929
3030### 2. Feature Management
3131
32- Use flags with [ segments] ( /basic-features /segments.md) to control feature access:
32+ Use flags with [ segments] ( . /segments.md) to control feature access:
3333
3434- Toggle features by subscription tier
3535- Enable features for specific user groups
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ The most common use case for short-lived flags is to decouple feature deployment
16161 . Create and implement the flag while developing the feature
17172 . Deploy the code with the feature behind the flag
18183 . Test the feature in production with limited exposure
19- 4 . Gradually roll out to more users using [ segments] ( /basic-features /segments.md)
19+ 4 . Gradually roll out to more users using [ segments] ( . /segments.md)
20205 . Once fully rolled out, remove the flag
2121
2222### 2. A/B Testing and Experimentation
2323
2424Short-lived flags are perfect for temporary experiments:
2525
26261 . Create a [ multivariate flag] ( /basic-features/managing-features.md#multi-variate-flags ) for your test variants
27- 2 . Run your experiment using [ percentage splits] ( /basic-features/ segments.md#operator-details )
27+ 2 . Run your experiment using [ percentage splits] ( ./ segments.md#special-operators )
28283 . Collect data through your analytics platform
29294 . Once the experiment concludes, implement the winning variant
30305 . Remove the flag
You can’t perform that action at this time.
0 commit comments