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

@ -10,7 +10,7 @@ module.exports = {
"description": "Rule that reports an error for any blockquote",
"information": new URL(
"https://github.com/DavidAnson/markdownlint" +
"/blob/master/test/rules/any-blockquote.js"
"/blob/main/test/rules/any-blockquote.js"
),
"tags": [ "test" ],
"function": (params, onError) => {

View file

@ -9,7 +9,7 @@ module.exports = {
"description": "Rule that reports an error for lines with the letters 'EX'",
"information": new URL(
"https://github.com/DavidAnson/markdownlint" +
"/blob/master/test/rules/letters-E-X.js"
"/blob/main/test/rules/letters-E-X.js"
),
"tags": [ "test" ],
"function": function rule(params, onError) {