diff --git a/docs/snippets/pipelines_options.md b/docs/snippets/pipelines_options.md index 530514ca4..44cb4ffc3 100644 --- a/docs/snippets/pipelines_options.md +++ b/docs/snippets/pipelines_options.md @@ -3,7 +3,7 @@ ### `-tsv` / `--subjects_sessions_tsv` The `-tsv` flag allows you to specify in a TSV file the participants belonging to your subset. -For instance, running the [FreeSurfer pipeline](../Pipelines/T1_FreeSurfer.md) on T1w MRI can be done using : +For instance, running the [FreeSurfer pipeline](/Pipelines/T1_FreeSurfer.md) on T1w MRI can be done using : ```shell clinica run t1-freesurfer path/to/my/bids/dataset path/where/results/will/be/stored -tsv my_list_of_subjects.tsv diff --git a/mkdocs.yml b/mkdocs.yml index a3ae98c77..d53bcb5d1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -83,7 +83,7 @@ validation: # Page tree nav: - - Home: Home/index.md + - Home: index.md - Setting-up for Clinica: - Installation: Software/Installation.md - Third-party software: Software/Third-party.md