Skip to content

Commit

Permalink
Fix broken links in docs (#162)
Browse files Browse the repository at this point in the history
- fixes #161
  • Loading branch information
MarieLataretu authored Dec 10, 2023
1 parent 717a49e commit 6c4cf10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/cli/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nf-test test [<NEXTFLOW_FILES>|<SCRIPT_FOLDERS>]

#### `--profile <NEXTFLOW_PROFILE>`

To run your test using a specific Nextflow profile, you can use the `--profile` argument. [Learn more](/docs/configuration/#managing-profiles).
To run your test using a specific Nextflow profile, you can use the `--profile` argument. [Learn more](/docs/docs/configuration#managing-profiles).

#### `--verbose`

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting started

This guide helps you to understand the concepts of nf-test and to write your first test cases. Before you start, please check if you have [installed](installation.md) nf-test properly on your computer. Also, this guide assumes that you have a basic knowledge of Groovy and unit testing. The [Groovy documentation](http://groovy-lang.org/documentation.html) is the best place to learn its syntax.
This guide helps you to understand the concepts of nf-test and to write your first test cases. Before you start, please check if you have [installed](/docs/installation.md) nf-test properly on your computer. Also, this guide assumes that you have a basic knowledge of Groovy and unit testing. The [Groovy documentation](http://groovy-lang.org/documentation.html) is the best place to learn its syntax.

## Let's get started
To show the power of nf-test, we adapted a recently published [proof of concept Nextflow pipeline](https://github.com/GoekeLab/bioinformatics-workflows/tree/master/nextflow). We adapted the pipeline to the new DSL2 syntax using modules. First, open the terminal and clone our test pipeline:
Expand Down

0 comments on commit 6c4cf10

Please sign in to comment.