From 4e70356dab946240ec7117a4173cb9d11f396710 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Sat, 22 Feb 2025 01:03:51 +0100 Subject: [PATCH] chore: more nits Signed-off-by: Hidde Beydals --- .../60-reference-docs/30-promotion-steps/json-parse.md | 2 +- .../60-reference-docs/30-promotion-steps/yaml-parse.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/50-user-guide/60-reference-docs/30-promotion-steps/json-parse.md b/docs/docs/50-user-guide/60-reference-docs/30-promotion-steps/json-parse.md index 1a7f42df9..85d29e672 100644 --- a/docs/docs/50-user-guide/60-reference-docs/30-promotion-steps/json-parse.md +++ b/docs/docs/50-user-guide/60-reference-docs/30-promotion-steps/json-parse.md @@ -15,7 +15,7 @@ using [expr-lang] expressions. | `path` | `string` | Y | Path to a JSON file. This path is relative to the temporary workspace that Kargo provisions for use by the promotion process. | | `outputs` | `[]object` | Y | A list of rules for extracting values from the parsed JSON. | | `outputs[].name` | `string` | Y | The name of the output variable. | -| `outputs[].fromExpression` | `string` | Y | An [expr-lang] expression that can extract the value from the JSON file. Note that this expression should not be offset by `${{` and `}}`. See examples for more details. | +| `outputs[].fromExpression` | `string` | Y | An [expr-lang] expression that can extract the value from the JSON file. Note that this expression should not be offset by `${{` and `}}`. See [examples](#examples) for more details. | ## Expressions diff --git a/docs/docs/50-user-guide/60-reference-docs/30-promotion-steps/yaml-parse.md b/docs/docs/50-user-guide/60-reference-docs/30-promotion-steps/yaml-parse.md index 94c3d30d6..6f5b1b0ea 100644 --- a/docs/docs/50-user-guide/60-reference-docs/30-promotion-steps/yaml-parse.md +++ b/docs/docs/50-user-guide/60-reference-docs/30-promotion-steps/yaml-parse.md @@ -15,7 +15,7 @@ using [expr-lang] expressions. | `path` | `string` | Y | Path to a YAML file. This path is relative to the temporary workspace that Kargo provisions for use by the promotion process. | | `outputs` | `[]object` | Y | A list of rules for extracting values from the parsed YAML. | | `outputs[].name` | `string` | Y | The name of the output variable. | -| `outputs[].fromExpression` | `string` | Y | An [expr-lang] expression that can extract the value from the YAML file. Note that this expression should not be offset by `${{` and `}}`. See examples for more details. | +| `outputs[].fromExpression` | `string` | Y | An [expr-lang] expression that can extract the value from the YAML file. Note that this expression should not be offset by `${{` and `}}`. See [examples](#examples) for more details. | ## Expressions