Skip to content

Commit

Permalink
Fixed link to module-template/main.nf
Browse files Browse the repository at this point in the history
The old URL had an extraneous or legacy .../module-template/modules/main.nf and the correct URL removes the .../modules/...
  • Loading branch information
alanhoyle authored Mar 4, 2024
1 parent 3733590 commit 7f3f752
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 7f3f752

Please sign in to comment.