Skip to content

Commit

Permalink
docs(traverse): replace dead link (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienZD authored Jul 17, 2024
1 parent fc9f5e4 commit 4dbab86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ Transform fields & objects in place in the record(s) using a recursive walk. Pow
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.
> [substack/js-traverse](https://github.com/substack/js-traverse) documents the extensive methods and context available to the transformer function.
> [traverse (NPM)](https://npmjs.com/package/traverse) documents the extensive methods and context available to the transformer function.
## unless
Expand Down

0 comments on commit 4dbab86

Please sign in to comment.