Skip to content

Commit ecdaefb

Browse files
authored
docs(validation): fix broken link; enrich built-in jmespath links (#1777)
1 parent 24d7399 commit ecdaefb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/utilities/validation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ For each format defined in a dictionary key, you must use a regex, or a function
194194

195195
You might have events or responses that contain non-encoded JSON, where you need to decode before validating them.
196196

197-
You can use our built-in [JMESPath functions](/utilities/jmespath_functions) within your expressions to do exactly that to decode JSON Strings, base64, and uncompress gzip data.
197+
You can use our built-in [JMESPath functions](./jmespath_functions.md) within your expressions to do exactly that to [deserialize JSON Strings](./jmespath_functions.md#powertools_json-function), [decode base64](./jmespath_functions.md#powertools_base64-function), and [decompress gzip data](./jmespath_functions.md#powertools_base64_gzip-function).
198198

199199
???+ info
200-
We use these for built-in envelopes to easily to decode and unwrap events from sources like Kinesis, CloudWatch Logs, etc.
200+
We use these for [built-in envelopes](#built-in-envelopes) to easily to decode and unwrap events from sources like Kinesis, CloudWatch Logs, etc.

0 commit comments

Comments
 (0)