Skip to content

Commit be743d7

Browse files
committed
docs(caretaker): update links in caretaker selection prompt
1 parent b7672ff commit be743d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ng-dev/caretaker/handoff/update-github-team.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export async function updateCaretakerTeamViaPrompt() {
4242
value: member,
4343
checked: current.has(member),
4444
})),
45-
message: 'Select 2 caretakers for the upcoming rotation (primary and secondary):',
45+
message: 'Select 2 caretakers for the upcoming rotation (primary and secondary, https://go/ng-caretaker-schedule):',
4646
validate: (value) => {
4747
if (value.length !== 2) {
4848
return 'Please select exactly 2 caretakers for the upcoming rotation.';
@@ -63,7 +63,7 @@ export async function updateCaretakerTeamViaPrompt() {
6363
}));
6464
selectedEmea = await Prompt.select<string>({
6565
choices: emeaOptions,
66-
message: 'Select EMEA caretaker',
66+
message: 'Select EMEA caretaker (https://go/ng-caretaker-schedule-emea)',
6767
});
6868

6969
/** Whether the user positively confirmed the selected made. */

0 commit comments

Comments
 (0)