From 4dbab865fb3c620ffd1a7c95659878b9aec40657 Mon Sep 17 00:00:00 2001 From: Julien Zapata Duque <48630731+JulienZD@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:02:54 +0200 Subject: [PATCH] docs(traverse): replace dead link (#741) --- docs/hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks.md b/docs/hooks.md index 6f9cb3a..b6f34ff 100644 --- a/docs/hooks.md +++ b/docs/hooks.md @@ -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