Skip to content

Commit

Permalink
Merge pull request #2348 from nf-core/module-template-documentation-l…
Browse files Browse the repository at this point in the history
…ink-fix

Fixed link to module-template/main.nf in src/content/docs/contributing/modules.md
  • Loading branch information
ewels authored Mar 18, 2024
2 parents d2c6826 + 7f3f752 commit 52aee1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/contributing/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ We have implemented a number of commands in the `nf-core/tools` package to make
git checkout -b fastqc
```

8. Create a module using the [nf-core DSL2 module template](https://github.com/nf-core/tools/blob/master/nf_core/module-template/modules/main.nf):
8. Create a module using the [nf-core DSL2 module template](https://github.com/nf-core/tools/blob/master/nf_core/module-template/main.nf):

```console
$ nf-core modules create fastqc --author @joebloggs --label process_low --meta
Expand Down

0 comments on commit 52aee1f

Please sign in to comment.