From e616efe5946a53985cad0aee7b34cf1119f225e3 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sun, 2 Aug 2020 14:04:42 -0700 Subject: [PATCH] Update two external URLs that have changed. --- README.md | 2 +- doc/CustomRules.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0895b7e7..e00dadae 100644 --- a/README.md +++ b/README.md @@ -785,7 +785,7 @@ For ideas how to integrate `markdownlint` into your workflow, refer to the follo * [Boostnote](https://boostnote.io/) ([Search repository](https://github.com/BoostIO/Boostnote/search?q=markdownlint)) * [CodiMD](https://github.com/hackmdio/codimd) ([Search repository](https://github.com/hackmdio/codimd/search?q=markdownlint)) * [ESLint](https://eslint.org/) ([Search repository](https://github.com/eslint/eslint/search?q=markdownlint)) -* [Garden React Components](https://garden.zendesk.com/react-components/) ([Search repository](https://github.com/zendeskgarden/react-components/search?q=markdownlint)) +* [Garden React Components](https://zendeskgarden.github.io/react-components/) ([Search repository](https://github.com/zendeskgarden/react-components/search?q=markdownlint)) * [MkDocs](https://www.mkdocs.org/) ([Search repository](https://github.com/mkdocs/mkdocs/search?q=markdownlint)) * [Mocha](https://mochajs.org/) ([Search repository](https://github.com/mochajs/mocha/search?q=markdownlint)) * [Reactable](https://glittershark.github.io/reactable/) ([Search repository](https://github.com/glittershark/reactable/search?q=markdownlint)) diff --git a/doc/CustomRules.md b/doc/CustomRules.md index 56429631..0a150375 100644 --- a/doc/CustomRules.md +++ b/doc/CustomRules.md @@ -70,7 +70,7 @@ The collection of helper functions shared by the built-in rules is available for - [Code for all `markdownlint` built-in rules](../lib) - [Package configuration for publishing to npm](../test/rules/npm) - Packages should export a single rule object or an `Array` of rule objects -- [Custom rules from the Microsoft/vscode-docs-authoring repository](https://github.com/Microsoft/vscode-docs-authoring/tree/master/docs-markdown/markdownlint-custom-rules) +- [Custom rules from the Microsoft/vscode-docs-authoring repository](https://github.com/microsoft/vscode-docs-authoring/tree/master/docs-linting/markdownlint-custom-rules) - [Custom rules from the axibase/docs-util repository](https://github.com/axibase/docs-util/tree/master/linting-rules) - [Custom rules from the webhintio/hint repository](https://github.com/webhintio/hint/blob/master/scripts/lint-markdown.js)