Update remaining references to refer to main branch as "main".

This commit is contained in:
David Anson 2020-08-11 22:52:29 -07:00
parent c7ec796cfc
commit 0acc578e52
8 changed files with 19 additions and 19 deletions

View file

@ -25,7 +25,7 @@ const schema = {
"description": "JSON Schema URI (used by some editors)",
"type": "string",
"default": "https://raw.githubusercontent.com/DavidAnson/markdownlint" +
"/master/schema/markdownlint-config-schema.json"
"/main/schema/markdownlint-config-schema.json"
}
},
"additionalProperties": false

View file

@ -15,7 +15,7 @@
"$schema": {
"description": "JSON Schema URI (used by some editors)",
"type": "string",
"default": "https://raw.githubusercontent.com/DavidAnson/markdownlint/master/schema/markdownlint-config-schema.json"
"default": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json"
},
"MD001": {
"description": "MD001/heading-increment/header-increment - Heading levels should only increment by one level at a time",