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)
This commit is contained in:
Elise Richards 2023-10-04 15:37:17 -07:00 коммит произвёл GitHub
Родитель 2f7476cbe6
Коммит a3459472d0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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",
};