diff --git a/readme.md b/readme.md index a270bc5..0b78e01 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ Intended to make it easier to create and maintain Awesome lists. -Includes a bunch of [general Markdown rules](https://github.com/sindresorhus/awesome-lint/blob/master/config.js) and some [Awesome specific rules](https://github.com/sindresorhus/awesome-lint/tree/master/rules). +Includes a bunch of [general Markdown rules](config.js) and some [Awesome specific rules](rules). ![](media/screenshot.png) diff --git a/test/cli.js b/test/cli.js index 3a9962e..f77343b 100644 --- a/test/cli.js +++ b/test/cli.js @@ -17,7 +17,7 @@ test('main - non-existent file', async t => { test('main - invalid GitHub repository', async t => { await t.throwsAsync( - execa.stderr('./cli.js', ['https://github.com/sindresorhus/awesome-lint/blob/master/readme.md']), + execa.stderr('./cli.js', ['https://github.com/sindresorhus/awesome-lint/blob/main/readme.md']), /Invalid GitHub repo URL/ ); });