From f4de48ed86a7816968d7e92730d2ef38c4592055 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 16 Feb 2021 19:00:17 -0500 Subject: [PATCH] Don't use link --- _episodes/01-introduction.md | 2 +- _episodes/05-scatter.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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} -- 2.30.2