From a3459472d0a483303d76fa35925e66558591d217 Mon Sep 17 00:00:00 2001 From: Elise Richards Date: Wed, 4 Oct 2023 15:37:17 -0700 Subject: [PATCH] Fixes #9507 fix(nimbus): Fix experimenter docs links (#9522) Because - We had a few broken links to experimenter.info This commit - Fixes links for: - [Rollout bucketing warning](https://experimenter.info/rollouts/rollouts-bucketing-warning) - [Custom audiences](https://experimenter.info/workflow/implementing/custom-audiences) --- experimenter/experimenter/nimbus-ui/src/lib/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experimenter/experimenter/nimbus-ui/src/lib/constants.ts b/experimenter/experimenter/nimbus-ui/src/lib/constants.ts index f6106d814..f27d5dfd5 100644 --- a/experimenter/experimenter/nimbus-ui/src/lib/constants.ts +++ b/experimenter/experimenter/nimbus-ui/src/lib/constants.ts @@ -66,9 +66,9 @@ export const EXTERNAL_URLS = { LAUNCH_DOCUMENTATION: "https://experimenter.info/access#onboarding-for-new-reviewers-l3", BUCKET_WARNING_EXPLANATION: - "https://experimenter.info/rollouts-and-experiments#question-2", + "https://experimenter.info/rollouts/rollouts-bucketing-warning", CUSTOM_AUDIENCES_EXPLANATION: - "https://experimenter.info/workflow/custom-audiences", + "https://experimenter.info/workflow/implementing/custom-audiences", WHAT_TRAIN_IS_IT: "https://whattrainisitnow.com", };