Skip to content

Commit a918a9d

Browse files
jfixmtashley
authored andcommitted
doc: correct link that points to wrong line (#469)
1 parent 0686ee7 commit a918a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extractors/custom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export const ExampleExtractor = {
187187
},
188188
```
189189
190-
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.
190+
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.
191191
192192
## How to generate a custom parser
193193

0 commit comments

Comments
 (0)