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

@ -58,6 +58,6 @@ for (const rule of rules) {
const name = rule.names[0].toLowerCase();
// eslint-disable-next-line dot-notation
rule["information"] =
new URL(`${homepage}/blob/v${version}/doc/Rules.md#${name}`);
new URL(`${homepage}/blob/v${version}/doc/${name}.md`);
}
module.exports = rules;