From 0ed3d2bd8a9f14961c01d6e7d34fb0e59724918f Mon Sep 17 00:00:00 2001 From: Nicolas Vannieuwkerke Date: Wed, 20 Mar 2024 14:10:23 +0100 Subject: [PATCH] fix last issues --- docs/nextflow_schema/nextflow_schema_examples.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/nextflow_schema/nextflow_schema_examples.md b/docs/nextflow_schema/nextflow_schema_examples.md index bfc8daa2..7306320b 100644 --- a/docs/nextflow_schema/nextflow_schema_examples.md +++ b/docs/nextflow_schema/nextflow_schema_examples.md @@ -9,12 +9,12 @@ hide: You can see an example JSON Schema for a Nextflow pipeline `nextflow_schema.json` file below. This file was generated from the nf-core pipeline template, using `nf-core create`. -It is used as a test fixture in the nf-schemakage [here](https://github.com/nextflow-io/nf-snf-schemaster/plugins/nf-schemnf-schemaources/nextflow_schema.json). +It is used as a test fixture in the nf-schema package [here](https://github.com/nextflow-io/nf-schema/master/plugins/nf-schema/resources/nextflow_schema.json). !!! note - More examples can be found in the plugin [`testResources` directory](https://github.com/nextflow-io/nf-schema/blob/master/plugins/nf-schema/src/testResources/). + More examples can be found in the plugin [`testResources` directory](https://github.com/nextflow-io/nf-schema/master/plugins/nf-schema/testResources/). ```json ---8<-- "plugins/nf-schema/testResources/nextflow_schema.json" +--8<-- "plugins/nf-schema/src/testResources/nextflow_schema.json" ```