diff --git a/ng-dev/caretaker/handoff/update-github-team.ts b/ng-dev/caretaker/handoff/update-github-team.ts index 3783921c2..1850d4fa6 100644 --- a/ng-dev/caretaker/handoff/update-github-team.ts +++ b/ng-dev/caretaker/handoff/update-github-team.ts @@ -42,7 +42,8 @@ export async function updateCaretakerTeamViaPrompt() { value: member, checked: current.has(member), })), - message: 'Select 2 caretakers for the upcoming rotation (primary and secondary):', + message: + 'Select 2 caretakers for the upcoming rotation (primary and secondary, http://go/ng-caretaker-schedule):', validate: (value) => { if (value.length !== 2) { return 'Please select exactly 2 caretakers for the upcoming rotation.'; @@ -63,7 +64,7 @@ export async function updateCaretakerTeamViaPrompt() { })); selectedEmea = await Prompt.select({ choices: emeaOptions, - message: 'Select EMEA caretaker', + message: 'Select EMEA caretaker (http://go/ng-caretaker-schedule-emea)', }); /** Whether the user positively confirmed the selected made. */