diff --git a/src/failures/fellowsRules.ts b/src/failures/fellowsRules.ts index 52412c9..432b295 100644 --- a/src/failures/fellowsRules.ts +++ b/src/failures/fellowsRules.ts @@ -71,7 +71,7 @@ export class FellowMissingScoreFailure extends ReviewFailure { "Rule explanation", "Rule 'Fellows' gives every fellow a score based on their rank, and required that the sum of all the scores is greater than the required score." + "\n\n" + - "For more info found out how the rules work in [Review-bot types](https://github.com/paritytech/review-bot#types)", + "For more info found out how the rules work in [Review-bot types](https://github.com/paritytech/review-bot#types).", ); text = text diff --git a/src/failures/types.ts b/src/failures/types.ts index 9e6dbbb..8afcb47 100644 --- a/src/failures/types.ts +++ b/src/failures/types.ts @@ -77,7 +77,7 @@ export abstract class ReviewFailure { "Rule explanation", this.ruleExplanation(this.type) + "\n\n" + - "For more info found out how the rules work in [Review-bot types](https://github.com/paritytech/review-bot#types)", + "For more info found out how the rules work in [Review-bot types](https://github.com/paritytech/review-bot#types).", ); }