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 terrytangyuan committed Nov 3, 2023
1 parent 4997ddd commit d51a87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/help/topics.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ const (
WorkflowTemplates = root + "/workflow-templates/"
WorkflowTemplatesReferencingOtherTemplates = WorkflowTemplates + "#referencing-other-workflowtemplates"

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

0 comments on commit d51a87a

Please sign in to comment.