From 0e8cb8f0ddb290d0d2762a22b32409767fb98b8e Mon Sep 17 00:00:00 2001 From: David Anson Date: Sun, 18 Jun 2017 15:49:33 -0700 Subject: [PATCH] Update Ruby markdownlint URLs from "mivok" to "markdownlint" after transition. --- README.md | 2 +- demo/default.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 145001f3..c6f9d08c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/demo/default.js b/demo/default.js index ceb5dd60..562f58a3 100644 --- a/demo/default.js +++ b/demo/default.js @@ -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();