diff --git a/lib/configuration-strict.d.ts b/lib/configuration-strict.d.ts index 8c3ca7e15..6cf1b0d67 100644 --- a/lib/configuration-strict.d.ts +++ b/lib/configuration-strict.d.ts @@ -1101,7 +1101,7 @@ export interface ConfigurationStrict { */ "blanks-around-tables"?: boolean; /** - * MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.3/doc/md059.md + * MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md059.md */ MD059?: | boolean @@ -1112,7 +1112,7 @@ export interface ConfigurationStrict { link_texts?: string[]; }; /** - * MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.3/doc/md059.md + * MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md059.md */ "descriptive-link-text"?: | boolean diff --git a/schema/.markdownlint.jsonc b/schema/.markdownlint.jsonc index b18cce7ff..df4119cc3 100644 --- a/schema/.markdownlint.jsonc +++ b/schema/.markdownlint.jsonc @@ -306,9 +306,9 @@ "MD056": true, // MD058/blanks-around-tables : Tables should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md058.md - "MD058": true - - // MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.3/doc/md059.md + "MD058": true, + + // MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md059.md "MD059": { // List of restricted link texts "link_texts": [] diff --git a/schema/.markdownlint.yaml b/schema/.markdownlint.yaml index 0e12bc24d..376ed28df 100644 --- a/schema/.markdownlint.yaml +++ b/schema/.markdownlint.yaml @@ -276,7 +276,7 @@ MD056: true # MD058/blanks-around-tables : Tables should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md058.md MD058: true -# MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.3/doc/md059.md +# MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md059.md MD059: # List of restricted link texts link_texts: [] diff --git a/schema/markdownlint-config-schema-strict.json b/schema/markdownlint-config-schema-strict.json index 402030c27..f0c24a93f 100644 --- a/schema/markdownlint-config-schema-strict.json +++ b/schema/markdownlint-config-schema-strict.json @@ -1717,7 +1717,7 @@ "default": true }, "MD059": { - "description": "MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.3/doc/md059.md", + "description": "MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md059.md", "type": [ "boolean", "object" @@ -1736,7 +1736,7 @@ "additionalProperties": false }, "descriptive-link-text": { - "description": "MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.3/doc/md059.md", + "description": "MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md059.md", "type": [ "boolean", "object" diff --git a/schema/markdownlint-config-schema.json b/schema/markdownlint-config-schema.json index eb4cc53ed..030156cbe 100644 --- a/schema/markdownlint-config-schema.json +++ b/schema/markdownlint-config-schema.json @@ -1717,7 +1717,7 @@ "default": true }, "MD059": { - "description": "MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.3/doc/md059.md", + "description": "MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md059.md", "type": [ "boolean", "object" @@ -1736,7 +1736,7 @@ "additionalProperties": false }, "descriptive-link-text": { - "description": "MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.3/doc/md059.md", + "description": "MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md059.md", "type": [ "boolean", "object"