From 7f3f75293a9cea7369c2679d95eb08923102b7aa Mon Sep 17 00:00:00 2001 From: Alan Hoyle Date: Mon, 4 Mar 2024 15:17:04 -0500 Subject: [PATCH] Fixed link to module-template/main.nf The old URL had an extraneous or legacy .../module-template/modules/main.nf and the correct URL removes the .../modules/... --- src/content/docs/contributing/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/contributing/modules.md b/src/content/docs/contributing/modules.md index ebb4feaedb..d5d694207b 100644 --- a/src/content/docs/contributing/modules.md +++ b/src/content/docs/contributing/modules.md @@ -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