Skip to content

Commit 0752aaf

Browse files
committed
add correct link to HackerRank review docs
1 parent 65f56c2 commit 0752aaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bot/__tests__/acceptReviewRequest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('acceptReviewRequest', () => {
3131
type: 'section',
3232
text: {
3333
type: 'mrkdwn',
34-
text: '_To review the candidate\u2019s test, visit the URL above and log in with your Source Allies HackerRank account. If you have questions about using HackerRank\u2019s review features, please visit our documentation (link TBD)._',
34+
text: '_To review the candidate\u2019s test, visit the URL above and log in with your Source Allies HackerRank account. If you have questions about using HackerRank\u2019s review features, please visit our <https://allies.atlassian.net/wiki/spaces/REI/pages/4868112402/Helpful+HackerRank+Features|documentation>._',
3535
},
3636
};
3737
const expectedHackerRankAccountHelpBlock = {

src/bot/acceptReviewRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const acceptReviewRequest = {
9191
);
9292
blocks.push(
9393
textBlock(
94-
'_To review the candidate\u2019s test, visit the URL above and log in with your Source Allies HackerRank account. If you have questions about using HackerRank\u2019s review features, please visit our documentation (link TBD)._',
94+
'_To review the candidate\u2019s test, visit the URL above and log in with your Source Allies HackerRank account. If you have questions about using HackerRank\u2019s review features, please visit our <https://allies.atlassian.net/wiki/spaces/REI/pages/4868112402/Helpful+HackerRank+Features|documentation>._',
9595
),
9696
);
9797
blocks.push(

0 commit comments

Comments
 (0)