Skip to content

Commit

Permalink
doc(readme): fix code link
Browse files Browse the repository at this point in the history
Signed-off-by: NoneBack <[email protected]>
  • Loading branch information
noneback authored Nov 17, 2024
1 parent 117d4dc commit 8dd2645
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ import latest version: `go get -u github.com/noneback/go-taskflow`

https://github.com/noneback/go-taskflow/blob/2b3889035dd159f06ff0fe222371a3e92d11b306/examples/conditional/condition.go#L1-L97

https://github.com/noneback/go-taskflow/blob/95631fe9af0468ad3b1a162e2792804e1b5945dd/examples/parallel_merge_sort/parallel_merge_sort.go#L1-L87

https://github.com/noneback/go-taskflow/blob/95631fe9af0468ad3b1a162e2792804e1b5945dd/examples/parallel_merge_sort/parallel_merge_sort.go#L1-L86


## Understand Condition Task Correctly
Condition Node is special in [taskflow-cpp](https://github.com/taskflow/taskflow). It not only enrolls in Condition Control but also in Looping.
Expand Down

0 comments on commit 8dd2645

Please sign in to comment.