Skip to content

Commit 2f4be15

Browse files
authored
fixed broken links (#26)
1 parent bc110a2 commit 2f4be15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ ./fishnet.sh --test
4848
4949
### Execution
5050
Here we show the most basic steps for a FISHNET analysis. There are a variety of
51-
configuration options which are detailed in [Configuration](/configuration).
51+
configuration options which are detailed in [Configuration]({% link configuration.md %}).
5252
This code chunk assumes that you have an input summary statistics file (comma-separated with columns named "Genes" and
5353
"p_vals") and a set of tab-delimited network module files.
5454
@@ -117,5 +117,5 @@ results/
117117
The `GO_summaries/` directory lists statistics for the GO overrepresentation analysis.
118118
The FISHNET genes for the trait and the network the genes originate from can be found in `summary/<network>_<trait>_fishnet_genes_<FDR-threshold>.csv`
119119

120-
Read through the [Example](/example) to interpret the output files.
120+
Read through the [Example]({% link example.md %}) to interpret the output files.
121121

0 commit comments

Comments
 (0)