Skip to content

Commit 4dbab86

Browse files
authored
docs(traverse): replace dead link (#741)
1 parent fc9f5e4 commit 4dbab86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,7 @@ Transform fields & objects in place in the record(s) using a recursive walk. Pow
19601960
19611961
Traverse and transform objects in place by visiting every node on a recursive walk. Any object in the hook may be traversed, including the query object.
19621962
1963-
> [substack/js-traverse](https://github.com/substack/js-traverse) documents the extensive methods and context available to the transformer function.
1963+
> [traverse (NPM)](https://npmjs.com/package/traverse) documents the extensive methods and context available to the transformer function.
19641964
19651965
## unless
19661966

0 commit comments

Comments
 (0)