Skip to content

Commit 82ed63d

Browse files
committed
fix documentation links
1 parent fcaafd3 commit 82ed63d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/contributing/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To preview the docs, open the URL provided by mkdocs in your browser.
6666
- `github_username`: The GitHub username granting access to the plugin repository.
6767
- `github_access_token`: The GitHub access token required to upload and commit changes to the plugin repository.
6868
- `github_commit_email`: The email address associated with your GitHub account.
69-
3. Update the [changelog](./CHANGELOG.md).
69+
3. Update the [changelog](https://github.com/nextflow-io/nf-schema/blob/master/CHANGELOG.md).
7070
4. Build and publish the plugin to your GitHub repository:
7171
```bash
7272
make release

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ description: Nextflow plugin for sample sheet validation
1515

1616
nf-schema is the new version of the now deprecated [nf-validation](https://github.com/nextflow-io/nf-validation). Please follow the [migration guide](https://nextflow-io.github.io/nf-schema/latest/migration_guide/) to migrate your code to this new version.
1717

18-
[Parameter schema specs](nextflow_schema/nextflow_schema_specification/){ .md-button .md-button--primary }
19-
[Sample sheet schema specs](nextflow_schema/sample_sheet_schema_specification/){ .md-button }
18+
[Parameter schema specs](nextflow_schema/nextflow_schema_specification.md){ .md-button .md-button--primary }
19+
[Sample sheet schema specs](nextflow_schema/sample_sheet_schema_specification.md){ .md-button }
2020

2121
## Introduction
2222

docs/nextflow_schema/nextflow_schema_examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ It is used as a test fixture in the nf-schema package [here](https://github.com/
1313

1414
!!! note
1515

16-
More examples can be found in the plugin [`testResources` directory](https://github.com/nextflow-io/nf-schema/master/plugins/nf-schema/testResources/).
16+
More examples can be found in the plugin [`testResources` directory](https://github.com/nextflow-io/nf-schema/tree/master/src/testResources).
1717

1818
```json
1919
--8<-- "src/testResources/nextflow_schema.json"
2020
```
2121

22-
Even more examples can be found in the plugin [`examples` directory](../../examples) in the GitHub repository.
22+
Even more examples can be found in the plugin [`examples` directory](https://github.com/nextflow-io/nf-schema/tree/master/examples) in the GitHub repository.

docs/nextflow_schema/sample_sheet_schema_examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ It is used as a test fixture in the nf-schema package [here](https://github.com/
6363
--8<-- "src/testResources/schema_input.json"
6464
```
6565

66-
Even more examples can be found in the plugin [`examples` directory](../../examples) in the GitHub repository.
66+
Even more examples can be found in the plugin [`examples` directory](https://github.com/nextflow-io/nf-schema/tree/master/examples) in the GitHub repository.

0 commit comments

Comments
 (0)