diff --git a/operators/path.md b/operators/path.md index 34c7c667..1e0076ac 100644 --- a/operators/path.md +++ b/operators/path.md @@ -122,7 +122,7 @@ a: b: things ``` -## Set path to extract prune deep paths +## Set path to prune deep paths Like pick but recursive. This uses `ireduce` to deeply set the selected paths into an empty object, Given a sample.yml file of: diff --git a/usage/tips-and-tricks.md b/usage/tips-and-tricks.md index 23a8341d..3fb30497 100644 --- a/usage/tips-and-tricks.md +++ b/usage/tips-and-tricks.md @@ -94,7 +94,7 @@ See [here](https://mikefarah.gitbook.io/yq/operators/multiply-merge#merge-arrays ## Deeply prune a tree -See [here](https://mikefarah.gitbook.io/yq/operators/path#set-path-to-extract-prune-deep-paths) for a working example. +See [here](https://mikefarah.gitbook.io/yq/operators/path#set-path-to-prune-deep-paths) for a working example. ## Creating a new file / working with blank documents