diff --git a/.github/linters/.markdown-link-check.json b/.github/linters/.markdown-link-check.json deleted file mode 100644 index 5216591..0000000 --- a/.github/linters/.markdown-link-check.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "retryOn429": true -} diff --git a/.mega-linter.yml b/.mega-linter.yml index adcd335..35f2802 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -1,5 +1,5 @@ --- -DISABLE_LINTERS: [SPELL_CSPELL, SPELL_PROSELINT] +DISABLE_LINTERS: [SPELL_CSPELL, SPELL_PROSELINT, MARKDOWN_MARKDOWN_LINK_CHECK] GITHUB_STATUS_REPORTER: false PRINT_ALPACA: false YAML_PRETTIER_FILE_EXTENSIONS: [.yml, .md] diff --git a/CHANGELOG.md b/CHANGELOG.md index d228894..b8cd629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -551,6 +551,7 @@ [#394]: https://github.com/IlanCosman/tide/issues/394 [#398]: https://github.com/IlanCosman/tide/pull/398 [#399]: https://github.com/IlanCosman/tide/issues/399 +[#437]: https://github.com/IlanCosman/tide/issues/437 [prettier action]: https://github.com/actionsx/prettier [super-linter]: https://github.com/github/super-linter [v1.0.0]: https://github.com/IlanCosman/tide/tree/v1.0.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 93ce86b..cf4fff6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ In general, just run `make` to do everything. ## Documentation Conventions -All links should be in the [reference style][], with references at the bottom of the document in alphabetical order. +All links should be in reference style, with references at the bottom of the document in alphabetical order. ### Images @@ -96,4 +96,3 @@ All links should be in the [reference style][], with references at the bottom of [littlecheck]: https://github.com/ridiculousfish/littlecheck [mega-linter]: https://github.com/nvuillam/mega-linter [prettier]: https://github.com/prettier/prettier -[reference style]: https://www.markdownguide.org/basic-syntax/#reference-style-links