[GH-ISSUE #259] Markdownlint links to old Rules.md documentation #223

Closed
opened 2026-03-03 01:24:51 +03:00 by kerem · 1 comment
Owner

Originally created by @Arcitec on GitHub (Feb 18, 2020).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/259

Inside the extension, you when you open VS Code's Problems pane, and right-click on a linting error, you have "Click for more information about MDxyz...". It takes the user to https://github.com/DavidAnson/markdownlint/blob/v0.19.0/doc/Rules.md# which is ancient. You're up to v0.34.0 now. I suggest changing all links to https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#

Originally created by @Arcitec on GitHub (Feb 18, 2020). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/259 Inside the extension, you when you open VS Code's Problems pane, and right-click on a linting error, you have "Click for more information about MDxyz...". It takes the user to `https://github.com/DavidAnson/markdownlint/blob/v0.19.0/doc/Rules.md#` which is ancient. You're up to v0.34.0 now. I suggest changing all links to `https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#`
kerem 2026-03-03 01:24:51 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@DavidAnson commented on GitHub (Feb 18, 2020):

It takes you to the documentation for the version of the library that corresponds to what is used by the extension. In this case, version 0.34.0 of the extension uses version 0.19.0 of the library: https://github.com/DavidAnson/vscode-markdownlint/blob/master/package.json

<!-- gh-comment-id:587472562 --> @DavidAnson commented on GitHub (Feb 18, 2020): It takes you to the documentation for the version of the library that corresponds to what is used by the extension. In this case, version 0.34.0 of the extension uses version 0.19.0 of the library: https://github.com/DavidAnson/vscode-markdownlint/blob/master/package.json
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#223
No description provided.