Skip to content

Commit 4bbc225

Browse files
committed
fix internal doc links
Fixing links that were broken from docusaurus update that changes the path construction to internal markdown doc files.
1 parent 26aa346 commit 4bbc225

7 files changed

Lines changed: 28 additions & 28 deletions

File tree

docusaurus/docs/Tutorials/threebasicplots-exo.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ Within the [Github repository][github-repo], there is (will be) also an [example
159159

160160
```
161161

162-
[open-sm]:../static/figs-ex-chipexo/open-sm.png
163-
[gui-expandbed]:../static/figs-ex-chipexo/gui-expandbed.png
162+
[open-sm]:/../static/figs-ex-chipexo/open-sm.png
163+
[gui-expandbed]:/../static/figs-ex-chipexo/gui-expandbed.png
164164

165165
[testdata-reb1-bed]:https://github.com/CEGRcode/2018-Rossi_GenomeResearch/blob/master/Fig1_Reb1/A.Reb1_Rhee_primary_sites_975.bed
166166
[testdata-reb1-bam]:https://github.com/CEGRcode/2018-Rossi_GenomeResearch/blob/master/Fig1_Reb1/A.Reb1_Rhee_primary_sites_975.bam
@@ -169,10 +169,10 @@ Within the [Github repository][github-repo], there is (will be) also an [example
169169
[github-repo]:https://www.github.com/CEGRcode/scriptmanager
170170
[ex-chipexo-bash]:https://www.github.com/CEGRcode/scriptmanager
171171

172-
[bam-indexer]:bam-manipulation/bam-indexer.md
173-
[expand-bed]:coordinate-manipulation/expand-bed.md
174-
[tag-pileup]:read-analysis/tag-pileup.md
175-
[heatmap]:figure-generation/heatmap.md
176-
[merge-heatmap]:figure-generation/merge-heatmap.md
177-
[fasta-extract]:sequence-analysis/fasta-extract.md
178-
[four-color]:figure-generation/four-color.md
172+
[bam-indexer]:/docs/bam-manipulation/bam-indexer.md
173+
[expand-bed]:/docs/coordinate-manipulation/expand-bed.md
174+
[tag-pileup]:/docs/read-analysis/tag-pileup.md
175+
[heatmap]:/docs/figure-generation/heatmap.md
176+
[merge-heatmap]:/docs/figure-generation/merge-heatmap.md
177+
[fasta-extract]:/docs/sequence-analysis/fasta-extract.md
178+
[four-color]:/docs/figure-generation/four-color.md

docusaurus/docs/coordinate-manipulation/bed-to-gff.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: bed-to-gff
33
title: Convert BED to GFF
4-
sidebar_label: bed-to-gff
4+
sidebar_label: BED to GFF
55
---
66

77
Converts [BED file][bed-format] to [GFF file][gff-format]
@@ -23,5 +23,5 @@ This tool takes a single [BED file][bed-format] for input.
2323
| -o, --output | specify output directory (default name will be same as original with .gff ext) |
2424
| -s, --stdout | output gff to STDOUT |
2525

26-
[bed-format]:file-formats.md
27-
[gff-format]:file-formats.md
26+
[bed-format]:/docs/file-formats
27+
[gff-format]:/docs/file-formats

docusaurus/docs/coordinate-manipulation/expand-bed.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This tool takes a single [BED file][bed-format] for input.
6161

6262
[bedtools-slop]:https://bedtools.readthedocs.io/en/latest/content/tools/slop.html
6363

64-
[bed-format]:file-formats
65-
[tag-pileup]:read-analysis/tag-pileup
66-
[four-color]:sequence-analysis/four-color
67-
[fasta-extract]:sequence-analysis/fasta-extract
64+
[bed-format]:/docs/file-formats
65+
[tag-pileup]:/docs/read-analysis/tag-pileup
66+
[four-color]:/docs/figure-generation/four-color
67+
[fasta-extract]:/docs/sequence-analysis/fasta-extract

docusaurus/docs/figure-generation/four-color.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Expects a [FASTA][fasta-format] formatted file with many sequences to stack up w
3838
3939
[color-hex-url]:http://www.javascripter.net/faq/rgbtohex.htm
4040
41-
[fasta-extract]:sequence-analysis/fasta-extract.md
41+
[fasta-extract]:/docs/sequence-analysis/fasta-extract.md
4242
43-
[fasta-format]:file-formats.md
44-
[png-format]:file-formats.md
43+
[fasta-format]:/docs/file-formats.md
44+
[png-format]:/docs/file-formats.md

docusaurus/docs/figure-generation/heatmap-labeler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Clicking "Generate" will execute the script to write `.svg` files, each with one
2121

2222
## Command Line Interface
2323

24-
[png-format]:file-formats
24+
[png-format]:/docs/file-formats

docusaurus/docs/figure-generation/heatmap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ Expects a [CDT][cdt-format] formatted matrix file of values to generate heatmap
176176
[color-hex-url]:http://www.javascripter.net/faq/rgbtohex.htm
177177
[treeview-paper]:https://pubmed.ncbi.nlm.nih.gov/15180930/
178178

179-
[tag-pileup]:read-analysis/tagpileup
180-
[peak-align-ref]:peak-analysis/peak-align-ref
179+
[tag-pileup]:/docs/read-analysis/tag-pileup
180+
[peak-align-ref]:/docs/peak-analysis/peak-align-ref
181181

182-
[cdt-format]:file-formats
183-
[png-format]:file-formats
182+
[cdt-format]:/docs/file-formats
183+
[png-format]:/docs/file-formats

docusaurus/docs/figure-generation/merge-heatmap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Expects two [PNG][png-format] like the output from the [heatmap tool][heatmap].
9898

9999

100100

101-
[cdt-format]:file-formats
102-
[png-format]:file-formats
101+
[cdt-format]:/docs/file-formats
102+
[png-format]:/docs/file-formats
103103

104-
[heatmap]:figure-generation/heatmap.md
105-
[chip-exo-tutorial]:threebasicplots-exo.md
104+
[heatmap]:/docs/figure-generation/heatmap.md
105+
[chip-exo-tutorial]:/docs/Tutorials/threebasicplots-exo.md

0 commit comments

Comments
 (0)