From ce9713038b4eb9484a87245c6f1afaaa404b99f9 Mon Sep 17 00:00:00 2001 From: David Anson Date: Wed, 8 Mar 2023 20:14:54 -0800 Subject: [PATCH] Remove link to deprecated custom rule examples in https://github.com/microsoft/vscode-docs-authoring. --- .github/dictionary.txt | 1 - doc/CustomRules.md | 3 --- 2 files changed, 4 deletions(-) diff --git a/.github/dictionary.txt b/.github/dictionary.txt index 2080a711..6b7729e4 100644 --- a/.github/dictionary.txt +++ b/.github/dictionary.txt @@ -105,7 +105,6 @@ unreferenced url v12 V8 -vscode-docs-authoring vscode-markdownlint W3C webhint diff --git a/doc/CustomRules.md b/doc/CustomRules.md index 1da39b8a..59f2f3d8 100644 --- a/doc/CustomRules.md +++ b/doc/CustomRules.md @@ -120,8 +120,6 @@ exception. - [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][vscode-docs-authoring] - [Custom rules from the axibase/docs-util repository][docs-util] - [Custom rules from the webhintio/hint repository][hint] @@ -374,4 +372,3 @@ Yields the `params` object: [options-custom-rules]: ../README.md#optionscustomrules [test-rules]: ../test/rules [test-rules-npm]: ../test/rules/npm -[vscode-docs-authoring]: https://github.com/microsoft/vscode-docs-authoring/tree/main/packages/docs-linting/markdownlint-custom-rules