Skip to content

Commit caec8ab

Browse files
fix: broken links
Signed-off-by: Matthias Pichler <[email protected]>
1 parent 92562e0 commit caec8ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsl-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,9 +529,9 @@ Allows workflows to iterate over a collection of items, executing a defined set
529529
| Name | Type | Required | Description|
530530
|:--|:---:|:---:|:---|
531531
| for.each | `string` | `no` | The name of the variable used to store the current item being enumerated.<br>Defaults to `item`. |
532-
| for.in | `string` | `yes` | A [runtime expression](./dsl/#runtime-expressions) used to get the collection to enumerate. |
532+
| for.in | `string` | `yes` | A [runtime expression](./dsl.md/#runtime-expressions) used to get the collection to enumerate. |
533533
| for.at | `string` | `no` | The name of the variable used to store the index of the current item being enumerated.<br>Defaults to `index`. |
534-
| while | `string` | `no` | A [runtime expression](./dsl/#runtime-expressions) that represents the condition, if any, that must be met for the iteration to continue. |
534+
| while | `string` | `no` | A [runtime expression](./dsl.md/#runtime-expressions) that represents the condition, if any, that must be met for the iteration to continue. |
535535
| do | [`task`](#task) | `yes` | The task to perform for each item in the collection. |
536536

537537
##### Examples

0 commit comments

Comments
 (0)