We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b814144 commit d558f1fCopy full SHA for d558f1f
1 file changed
dotcom-rendering/docs/development/ab-testing-in-dcr.md
@@ -8,7 +8,7 @@ Instructions for the legacy framework can still be found [here](./legacy-ab-test
8
9
### 1. Configure your A/B test
10
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.
+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.
12
13
Add your A/B tests to the `abTests` array in the `abTests.ts` file. Each test should have a unique name.
14
0 commit comments