Skip to content

Commit 38fe5df

Browse files
remigathonimr-c“gathoni-k”
authored
Fix broken links (#291)
Co-authored-by: Michael R. Crusoe <[email protected]> Co-authored-by: “gathoni-k” <“[email protected]”>
1 parent b9a0a45 commit 38fe5df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/topics/custom-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ converting a standard biom table file to hd5 format.
2121
:name: custom-types.yml
2222
```
2323

24-
___Note:___ To follow the example below, you need to download the example input file, *rich_sparse_otu_table.biom*. The file is available from [https://raw.githubusercontent.com/common-workflow-language/user_guide/main/_includes/cwl/custom-types/rich_sparse_otu_table.biom](https://raw.githubusercontent.com/common-workflow-language/user_guide/main/_includes/cwl/custom-types/rich_sparse_otu_table.biom) and can be downloaded e.g. via `wget`:
24+
___Note:___ To follow the example below, you need to download the example input file, *rich_sparse_otu_table.biom*. The file is available from <https://github.com/common-workflow-language/user_guide/raw/main/src/_includes/cwl/custom-types/rich_sparse_otu_table.biom>) and can be downloaded e.g. via `wget`:
2525

2626
```{code-block} console
27-
$ wget https://raw.githubusercontent.com/common-workflow-language/user_guide/main/src/_includes/cwl/custom-types/rich_sparse_otu_table.biom
27+
$ wget https://github.com/common-workflow-language/user_guide/raw/main/src/_includes/cwl/custom-types/rich_sparse_otu_table.biom
2828
```
2929

3030
On line 29, in `inputs:table_type`, a list of allowable table options to be used in the

src/topics/file-formats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ parameterization.
4242
:name: sample.yml
4343
```
4444

45-
___Note:___ To follow the example below, you need to download the example input file, *file-formats.bam*. The file is available from <https://github.com/common-workflow-language/user_guide/raw/main/_includes/cwl/file-formats/file-formats.bam>
45+
___Note:___ To follow the example below, you need to download the example input file, *file-formats.bam*. The file is available from <https://github.com/common-workflow-language/user_guide/raw/main/src/_includes/cwl/file-formats/file-formats.bam>
4646
and can be downloaded e.g. via `wget`:
4747

4848
```{code-block}
49-
$ wget https://github.com/common-workflow-language/user_guide/raw/main/_includes/cwl/file-formats/file-formats.bam
49+
$ wget https://github.com/common-workflow-language/user_guide/raw/main/src/_includes/cwl/file-formats/file-formats.bam
5050
```
5151

5252
Now invoke `cwltool` with the tool description and the input object on the

0 commit comments

Comments
 (0)