Skip to content

Commit 55eaf30

Browse files
committed
docs: fix link to new reference page
1 parent d7bf77e commit 55eaf30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/feature-flag-lifecycle/long-lived-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/docs/feature-flag-lifecycle/short-lived-flags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ The most common use case for short-lived flags is to decouple feature deployment
1616
1. Create and implement the flag while developing the feature
1717
2. Deploy the code with the feature behind the flag
1818
3. 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)
2020
5. Once fully rolled out, remove the flag
2121

2222
### 2. A/B Testing and Experimentation
2323

2424
Short-lived flags are perfect for temporary experiments:
2525

2626
1. 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)
2828
3. Collect data through your analytics platform
2929
4. Once the experiment concludes, implement the winning variant
3030
5. Remove the flag

0 commit comments

Comments
 (0)