mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Update all links to rules to use md000.md instead of Rules.md#md000 (shorter, quicker, less distraction).
This commit is contained in:
parent
37baddcf27
commit
13b4340747
10 changed files with 1771 additions and 1771 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue