Skip to content

Commit d8633c3

Browse files
kylemhljharb
authored andcommitted
[Docs] no-unresolved: fix link
1 parent 98bbb2c commit d8633c3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
2424
- [Refactor] `namespace`: try to improve performance ([#2340], thanks [@ljharb])
2525
- [Docs] make rule doc titles consistent ([#2393], thanks [@TheJaredWilcurt])
2626
- [Docs] `order`: TS code examples should use TS code blocks ([#2411], thanks [@MM25Zamanian])
27+
- [Docs] `no-unresolved`: fix link ([#2417], thanks [@kylemh])
2728

2829
## [2.25.4] - 2022-01-02
2930

@@ -974,6 +975,7 @@ for info on changes for earlier releases.
974975

975976
[`memo-parser`]: ./memo-parser/README.md
976977

978+
[#2417]: https://github.com/import-js/eslint-plugin-import/pull/2417
977979
[#2411]: https://github.com/import-js/eslint-plugin-import/pull/2411
978980
[#2393]: https://github.com/import-js/eslint-plugin-import/pull/2393
979981
[#2388]: https://github.com/import-js/eslint-plugin-import/pull/2388
@@ -1571,6 +1573,7 @@ for info on changes for earlier releases.
15711573
[@kmui2]: https://github.com/kmui2
15721574
[@knpwrs]: https://github.com/knpwrs
15731575
[@KostyaZgara]: https://github.com/KostyaZgara
1576+
[@kylemh]: https://github.com/kylemh
15741577
[@laysent]: https://github.com/laysent
15751578
[@le0nik]: https://github.com/le0nik
15761579
[@lemonmade]: https://github.com/lemonmade

docs/rules/no-unresolved.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you're using a module bundler other than Node or Webpack, you may end up with
9898

9999
## Further Reading
100100

101-
- [Resolver plugins](../../README.md#resolver-plugins)
101+
- [Resolver plugins](../../README.md#resolvers)
102102
- [Node resolver](https://npmjs.com/package/eslint-import-resolver-node) (default)
103103
- [Webpack resolver](https://npmjs.com/package/eslint-import-resolver-webpack)
104104
- [`import/ignore`] global setting

0 commit comments

Comments
 (0)