Skip to content

Commit

Permalink
docs: fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Jan 6, 2019
1 parent 04e685b commit 60c6787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/processor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ If you want to provide your own file resolution logic you can pass an array of r

Resolver functions should either return an absolute path or a falsey value. They must also be synchronous.

**Default**: See [/src/lib/resolve.js](/src/lib/resolve.js) for the default implementation.
**Default**: See [/processor/lib/resolve.js](https://github.com/tivac/modular-css/blob/master/packages/processor/lib/resolve.js#L7) for the default implementation.

```js
new Processor({
Expand Down

0 comments on commit 60c6787

Please sign in to comment.