Update Ruby markdownlint URLs from "mivok" to "markdownlint" after transition.

This commit is contained in:
David Anson 2017-06-18 15:49:33 -07:00
parent edd426bbaa
commit 0e8cb8f0dd
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ specification standardizes parsers - but not authors.
tool for [Node.js](https://nodejs.org/) and [io.js](https://iojs.org/) with a
library of rules to enforce standards and consistency for Markdown files. It
was inspired by - and heavily influenced by - Mark Harrison's
[markdownlint](https://github.com/mivok/markdownlint) for
[markdownlint](https://github.com/markdownlint/markdownlint) for
[Ruby](https://www.ruby-lang.org/). The initial rules, rule documentation, and
test cases came directly from that project.

View file

@ -161,7 +161,7 @@
"",
"#### Thanks",
"",
"[`markdownlint/Ruby`](https://github.com/mivok/markdownlint) for the inspiration and [`markdown-it`](https://github.com/markdown-it/markdown-it) for the parser and interactive demo idea!"
"[`markdownlint/Ruby`](https://github.com/markdownlint/markdownlint) for the inspiration and [`markdown-it`](https://github.com/markdown-it/markdown-it) for the parser and interactive demo idea!"
].join("\n");
/* eslint-enable max-len */
onMarkdownInput();