Skip to content

Commit 25ebf14

Browse files
Fix markdown hyperlink
1 parent eb32fd2 commit 25ebf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic_training/processes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ The `when` declaration allows you to define a condition that must be verified in
10281028

10291029
!!! warning
10301030

1031-
Deprecated since version 24.10.0: Use conditional logic (e.g. `if` statement, ![filter](https://www.nextflow.io/docs/latest/reference/operator.html#operator-filter) operator) in the calling workflow instead.
1031+
Deprecated since version 24.10.0: Use conditional logic (e.g. `if` statement, [filter](https://www.nextflow.io/docs/latest/reference/operator.html#operator-filter) operator) in the calling workflow instead.
10321032

10331033
It is useful to enable/disable the process execution depending on the state of various inputs and parameters. For example:
10341034

0 commit comments

Comments
 (0)