Skip to content

Commit ac71280

Browse files
authored
Fix recursion snippets in workflow docs (#5979)
Signed-off-by: Ben Sherman <[email protected]>
1 parent c7536c9 commit ac71280

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/workflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,11 +379,11 @@ This feature requires the `nextflow.preview.recursion` feature flag to be enable
379379

380380
Processes can be invoked recursively using the `recurse` method.
381381

382-
```{literalinclude} ../snippets/recurse-process.nf
382+
```{literalinclude} snippets/recurse-process.nf
383383
:language: nextflow
384384
```
385385

386-
```{literalinclude} ../snippets/recurse-process.out
386+
```{literalinclude} snippets/recurse-process.out
387387
:language: console
388388
```
389389

@@ -400,11 +400,11 @@ count_down
400400

401401
Workflows can also be invoked recursively:
402402

403-
```{literalinclude} ../snippets/recurse-workflow.nf
403+
```{literalinclude} snippets/recurse-workflow.nf
404404
:language: nextflow
405405
```
406406

407-
```{literalinclude} ../snippets/recurse-workflow.out
407+
```{literalinclude} snippets/recurse-workflow.out
408408
:language: console
409409
```
410410

0 commit comments

Comments
 (0)