Skip to content

Commit e34bf66

Browse files
authored
Fix broken state filtering links (#274)
Signed-off-by: Chris Gillum <[email protected]>
1 parent f9c1237 commit e34bf66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3545,7 +3545,7 @@ or be passed as data output to transition states.
35453545

35463546
Similarly for Callback states, the callback event data is merged with the data of the Callback state.
35473547

3548-
Merging of this data case be controlled via [data filters](#State-Information-Filtering).
3548+
Merging of this data case be controlled via [data filters](#State-Data-Filtering).
35493549

35503550
#### Action Data
35513551

@@ -3557,7 +3557,7 @@ further orchestration decisions. Function results can be merged with the state
35573557
<img src="media/spec/actionsdatamerged.png" height="350px" alt="Actions data merged with state data"/>
35583558
</p>
35593559

3560-
Merging of this data case be controlled via [data filters](#State-Information-Filtering).
3560+
Merging of this data case be controlled via [data filters](#State-Data-Filtering).
35613561

35623562
#### Information Passing Between States
35633563

0 commit comments

Comments
 (0)