Skip to content

Commit

Permalink
doc: correct link that points to wrong line (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfix authored and mtashley committed Aug 21, 2019
1 parent 0686ee7 commit a918a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extractors/custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const ExampleExtractor = {
},
```
For much more complex tranforms, you can perform dom manipulation within the tranform function, but this is discouraged unless absolutely necessary. See, for example, the lazy-loaded image transform in [the NYTimesExtractor](www.nytimes.com/index.js#L25), which transforms the `src` attribute on the lazy-loaded image.
For much more complex tranforms, you can perform dom manipulation within the tranform function, but this is discouraged unless absolutely necessary. See, for example, the lazy-loaded image transform in [the NYTimesExtractor](www.nytimes.com/index.js#L15), which transforms the `src` attribute on the lazy-loaded image.
## How to generate a custom parser
Expand Down

0 comments on commit a918a9d

Please sign in to comment.