Skip to content

Commit

Permalink
fix: Fix the Maximum Recursion Depth prompt link in the CLI. (#12015)
Browse files Browse the repository at this point in the history
Signed-off-by: luyang93 <39150988+luyang93@users.noreply.github.com>
  • Loading branch information
luyang93 authored and isubasinghe committed May 5, 2024
1 parent 88d4e0f commit 18685ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/help/topics.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ const (

WorkflowTemplates = root + "/workflow-templates/"
WorkflowTemplatesReferencingOtherTemplates = WorkflowTemplates + "#referencing-other-workflowtemplates"

Scaling = root + "/scaling/"
ConfigureMaximumRecursionDepth = Scaling + "#maximum-recursion-depth"
)

0 comments on commit 18685ad

Please sign in to comment.