diff --git a/dotcom-rendering/docs/development/ab-testing-in-dcr.md b/dotcom-rendering/docs/development/ab-testing-in-dcr.md index 8763ffd1bfb..67c764b42fa 100644 --- a/dotcom-rendering/docs/development/ab-testing-in-dcr.md +++ b/dotcom-rendering/docs/development/ab-testing-in-dcr.md @@ -119,7 +119,7 @@ When your PR is merged, the A/B test will be automatically deployed to Fastly an ##### Naming Conventions -A/B tests should be prefixed with the team associated with the test, for example `webex-example-test`. This helps to identify the team responsible for the test and is enforced by typescript validation, you can inspect & edit the allowed team name definitions [here](https://github.com/guardian/dotcom-rendering/blob/main/ab-testing/types.ts#L9). +A/B tests should be prefixed with the team associated with the test, for example `webex-example-test`. This helps to identify the team responsible for the test and is enforced by typescript validation, you can inspect & edit the allowed team name definitions [here](https://github.com/guardian/dotcom-rendering/blob/main/ab-testing/config/types.ts#L7). ##### Test Size and Groups