Update all links to rules to use md000.md instead of Rules.md#md000 (shorter, quicker, less distraction).

This commit is contained in:
David Anson 2022-10-30 14:58:45 -07:00
parent 37baddcf27
commit 13b4340747
10 changed files with 1771 additions and 1771 deletions

View file

@ -1347,7 +1347,7 @@ test("customRulesAsyncReadFiles", (t) => {
"lineNumber": 1,
"ruleNames": [ "MD047", "single-trailing-newline" ],
"ruleDescription": "Files should end with a single newline character",
"ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md047`,
"ruleInformation": `${homepage}/blob/v${version}/doc/md047.md`,
"errorDetail": null,
"errorContext": null,
"errorRange": [ 9, 1 ],
@ -1428,7 +1428,7 @@ test("customRulesAsyncIgnoresSyncReturn", (t) => {
"lineNumber": 1,
"ruleNames": [ "MD047", "single-trailing-newline" ],
"ruleDescription": "Files should end with a single newline character",
"ruleInformation": `${homepage}/blob/v${version}/doc/Rules.md#md047`,
"ruleInformation": `${homepage}/blob/v${version}/doc/md047.md`,
"errorDetail": null,
"errorContext": null,
"errorRange": [ 9, 1 ],