diff --git a/src/reporting/reportConversionResults.test.ts b/src/reporting/reportConversionResults.test.ts index 4da981b76..383276f29 100644 --- a/src/reporting/reportConversionResults.test.ts +++ b/src/reporting/reportConversionResults.test.ts @@ -243,7 +243,7 @@ describe("reportConversionResults", () => { logger.stdout.write, `☠ Prettier plugins are missing from your configuration. ☠`, ` We highly recommend running tslint-to-eslint-config --prettier to disable formatting ESLint rules.`, - ` See https://github/typescript-eslint/tslint-to-eslint-config/docs/FAQs.md#should-i-use-prettier.`, + ` See https://github.com/typescript-eslint/tslint-to-eslint-config/blob/master/docs/FAQs.md#should-i-use-prettier.`, ); }); @@ -262,7 +262,7 @@ describe("reportConversionResults", () => { logger.stdout.write, `☠ Prettier plugins are missing from your configuration. ☠`, ` We highly recommend running tslint-to-eslint-config --prettier to disable formatting ESLint rules.`, - ` See https://github/typescript-eslint/tslint-to-eslint-config/docs/FAQs.md#should-i-use-prettier.`, + ` See https://github.com/typescript-eslint/tslint-to-eslint-config/blob/master/docs/FAQs.md#should-i-use-prettier.`, ); }); }); diff --git a/src/reporting/reportConversionResults.ts b/src/reporting/reportConversionResults.ts index 7f63938e7..1ec01c24b 100644 --- a/src/reporting/reportConversionResults.ts +++ b/src/reporting/reportConversionResults.ts @@ -92,7 +92,7 @@ const logPrettierExtension = (logger: Logger) => { logger.stdout.write(chalk.red(` to disable formatting ESLint rules.${EOL}`)); logger.stdout.write( chalk.red( - ` See https://github/typescript-eslint/tslint-to-eslint-config/docs/FAQs.md#should-i-use-prettier.${EOL}`, + ` See https://github.com/typescript-eslint/tslint-to-eslint-config/blob/master/docs/FAQs.md#should-i-use-prettier.${EOL}`, ), ); };