From: Peter Amstutz Date: Wed, 17 Feb 2021 00:00:17 +0000 (-0500) Subject: Don't use link X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/f4de48ed86a7816968d7e92730d2ef38c4592055 Don't use link --- diff --git a/_episodes/01-introduction.md b/_episodes/01-introduction.md index c51e9ad..84cb274 100644 --- a/_episodes/01-introduction.md +++ b/_episodes/01-introduction.md @@ -39,7 +39,7 @@ expression". The entire process looks like this: -![]({{ relative_root_path }}/assets/img/RNAseqWorkflow.png){: height="400px"} +![](../assets/img/RNAseqWorkflow.png){: height="400px"} For this training, we are only concerned with the middle analytical steps (skipping adapter trimming). diff --git a/_episodes/05-scatter.md b/_episodes/05-scatter.md index a67eb23..f228775 100644 --- a/_episodes/05-scatter.md +++ b/_episodes/05-scatter.md @@ -260,7 +260,7 @@ outputs: {: .challenge } > ## Episode solution -> * main.cwl -> * alignment.cwl -> * featureCounts.cwl +> * main.cwl +> * alignment.cwl +> * featureCounts.cwl {: .solution}