Skip to content

Commit

Permalink
fix resolvers link (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao authored and benmosher committed Jan 20, 2017
1 parent bc817f1 commit 29a870f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-unresolved.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This rule can also optionally report on unresolved modules in CommonJS `require(
To enable this, send `{ commonjs: true/false, amd: true/false }` as a rule option.
Both are disabled by default.

If you are using Webpack, see the section on [resolver plugins](../../README.md#resolver-plugins).
If you are using Webpack, see the section on [resolvers](../../README.md#resolvers).

## Rule Details

Expand Down

0 comments on commit 29a870f

Please sign in to comment.