Skip to content

Commit d558f1f

Browse files
authored
Fix path of abTests.ts in docs (#15495)
1 parent b814144 commit d558f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dotcom-rendering/docs/development/ab-testing-in-dcr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Instructions for the legacy framework can still be found [here](./legacy-ab-test
88

99
### 1. Configure your A/B test
1010

11-
Create an A/B test in [ab-testing/config/abTests.ts](../ab-testing/config/abTests.ts) **both server _and_ client side tests** are defined here.
11+
Create an A/B test in [ab-testing/config/abTests.ts](../../../ab-testing/config/abTests.ts) **both server _and_ client side tests** are defined here.
1212

1313
Add your A/B tests to the `abTests` array in the `abTests.ts` file. Each test should have a unique name.
1414

0 commit comments

Comments
 (0)