diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b97514f5..3a8963de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange - [Refactor] `namespace`: try to improve performance ([#2340], thanks [@ljharb]) - [Docs] make rule doc titles consistent ([#2393], thanks [@TheJaredWilcurt]) - [Docs] `order`: TS code examples should use TS code blocks ([#2411], thanks [@MM25Zamanian]) +- [Docs] `no-unresolved`: fix link ([#2417], thanks [@kylemh]) ## [2.25.4] - 2022-01-02 @@ -974,6 +975,7 @@ for info on changes for earlier releases. [`memo-parser`]: ./memo-parser/README.md +[#2417]: https://github.com/import-js/eslint-plugin-import/pull/2417 [#2411]: https://github.com/import-js/eslint-plugin-import/pull/2411 [#2393]: https://github.com/import-js/eslint-plugin-import/pull/2393 [#2388]: https://github.com/import-js/eslint-plugin-import/pull/2388 @@ -1571,6 +1573,7 @@ for info on changes for earlier releases. [@kmui2]: https://github.com/kmui2 [@knpwrs]: https://github.com/knpwrs [@KostyaZgara]: https://github.com/KostyaZgara +[@kylemh]: https://github.com/kylemh [@laysent]: https://github.com/laysent [@le0nik]: https://github.com/le0nik [@lemonmade]: https://github.com/lemonmade diff --git a/docs/rules/no-unresolved.md b/docs/rules/no-unresolved.md index 1d18a3693..08522deb4 100644 --- a/docs/rules/no-unresolved.md +++ b/docs/rules/no-unresolved.md @@ -98,7 +98,7 @@ If you're using a module bundler other than Node or Webpack, you may end up with ## Further Reading -- [Resolver plugins](../../README.md#resolver-plugins) +- [Resolver plugins](../../README.md#resolvers) - [Node resolver](https://npmjs.com/package/eslint-import-resolver-node) (default) - [Webpack resolver](https://npmjs.com/package/eslint-import-resolver-webpack) - [`import/ignore`] global setting