From 0678d47ec54c51111e7a2637b3c31ff0d6234c01 Mon Sep 17 00:00:00 2001 From: Mohith Shrivastava Date: Tue, 12 May 2026 16:53:19 -0400 Subject: [PATCH] fix: remove dead links in listVariables README What's Next section Other recipe READMEs use plain bold text references without markdown links. This aligns listVariables with that convention. --- .../main/01_languageEssentials/listVariables/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/force-app/main/01_languageEssentials/listVariables/README.md b/force-app/main/01_languageEssentials/listVariables/README.md index 64509e1..76fdd84 100644 --- a/force-app/main/01_languageEssentials/listVariables/README.md +++ b/force-app/main/01_languageEssentials/listVariables/README.md @@ -102,9 +102,9 @@ Agent: Thanks! Here's your standup summary: ## What's Next -- **[VariableManagement](../variableManagement/)**: Fundamentals of scalar variables (string, number, boolean) -- **[TemplateExpressions](../templateExpressions/)**: More on `{!...}` syntax in instructions -- **[ActionChaining](../../02_actionConfiguration/actionChaining/)**: Populate lists dynamically with `set @variables.list = @outputs.result` +- **VariableManagement**: Fundamentals of scalar variables (string, number, boolean) +- **TemplateExpressions**: More on `{!...}` syntax in instructions +- **ActionChaining**: Populate lists dynamically with `set @variables.list = @outputs.result` ## Notes