From 6d68391a8fbf77a8f78ebff0075f24e16713dc8b Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Mon, 9 Mar 2026 09:06:08 +0000 Subject: [PATCH] Fix path of abTests.ts in docs --- dotcom-rendering/docs/development/ab-testing-in-dcr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotcom-rendering/docs/development/ab-testing-in-dcr.md b/dotcom-rendering/docs/development/ab-testing-in-dcr.md index b3dae4e91b7..d457eb17cbc 100644 --- a/dotcom-rendering/docs/development/ab-testing-in-dcr.md +++ b/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 ### 1. Configure your A/B test -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. Add your A/B tests to the `abTests` array in the `abTests.ts` file. Each test should have a unique name.