Fix links again
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 17 Feb 2021 00:12:13 +0000 (19:12 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 17 Feb 2021 00:12:13 +0000 (19:12 -0500)
_episodes/02-workflow.md
_episodes/03-running.md
_episodes/04-commandlinetool.md
_episodes/05-scatter.md
_episodes/06-expressions.md

index 6e173e1e44199f6b82d3d280b17b47b376d70bc9..eccdebab567ded82e40eb1d1386ad68cd35c8edc 100644 (file)
@@ -450,5 +450,5 @@ outputs:
 {: .language-yaml }
 
 > ## Episode solution
-> * <a href="{{ relative_root_path }}{% link /assets/answers/ep2/main.cwl %}">main.cwl</a>
+> * <a href="../assets/answers/ep2/main.cwl">main.cwl</a>
 {: .solution}
index 2fbaafc9e5cb0423e3094c226038a00bdb9db3c5..47f7aabf89006253a30384ed787bea496734788a 100644 (file)
@@ -158,7 +158,7 @@ Resource requirements you can set include:
 {: .challenge }
 
 > ## Episode solution
-> * <a href="{{ relative_root_path }}{% link /assets/answers/ep3/main.cwl %}">main.cwl</a>
+> * <a href="../assets/answers/ep3/main.cwl">main.cwl</a>
 {: .solution}
 
 # Workflow results
index 81f344700396de9b0987a7b41f2d8b15f0b227b6..a1dd901189601345ec9d64cb2a8a4b11a33a64f9 100644 (file)
@@ -266,6 +266,6 @@ add it to our workflow.
 {: .challenge}
 
 > ## Episode solution
-> * <a href="{{ relative_root_path }}{% link /assets/answers/ep4/main.cwl %}">main.cwl</a>
-> * <a href="{{ relative_root_path }}{% link /assets/answers/ep4/featureCounts.cwl %}">featureCounts.cwl</a>
+> * <a href="../assets/answers/ep4/main.cwl">main.cwl</a>
+> * <a href="../assets/answers/ep4/featureCounts.cwl">featureCounts.cwl</a>
 {: .solution}
index f228775c58caf1b231267cb2dcff7a4c668f13f9..224fdc9ade45f644f39f7a9d13dd129e5b92827a 100644 (file)
@@ -75,9 +75,9 @@ requirements:
 {: .challenge }
 
 > ## Part 1 solution
-> * <a href="{{ relative_root_path }}{% link /assets/answers/ep5/part1/main.cwl %}">main.cwl</a>
-> * <a href="{{ relative_root_path }}{% link /assets/answers/ep5/part1/alignment.cwl %}">alignment.cwl</a>
-> * <a href="{{ relative_root_path }}{% link /assets/answers/ep5/part1/featureCounts.cwl %}">featureCounts.cwl</a>
+> * <a href="../assets/answers/ep5/part1/main.cwl">main.cwl</a>
+> * <a href="../assets/answers/ep5/part1/alignment.cwl">alignment.cwl</a>
+> * <a href="../assets/answers/ep5/part1/featureCounts.cwl">featureCounts.cwl</a>
 {: .solution}
 
 # Scattering
@@ -142,9 +142,9 @@ requirements:
 {: .language-yaml }
 
 > ## Part 2 solution
-> * <a href="{{ relative_root_path }}{% link /assets/answers/ep5/part2/main.cwl %}">main.cwl</a>
-> * <a href="{{ relative_root_path }}{% link /assets/answers/ep5/part2/alignment.cwl %}">alignment.cwl</a>
-> * <a href="{{ relative_root_path }}{% link /assets/answers/ep5/part2/featureCounts.cwl %}">featureCounts.cwl</a>
+> * <a href="../assets/answers/ep5/part2/main.cwl">main.cwl</a>
+> * <a href="../assets/answers/ep5/part2/alignment.cwl">alignment.cwl</a>
+> * <a href="../assets/answers/ep5/part2/featureCounts.cwl">featureCounts.cwl</a>
 {: .solution}
 
 # Input parameter lists
index d6349b1586a72af5dbed88f47f19d02c3cc0b612..4eb8584ccdcc3d874526dcf4c3b253a80ccbc266 100644 (file)
@@ -166,8 +166,8 @@ outputs:
 {: .challenge }
 
 > ## Episode solution
-> * <a href="{{ relative_root_path }}{% link /assets/answers/ep6/main.cwl %}">main.cwl</a>
-> * <a href="{{ relative_root_path }}{% link /assets/answers/ep6/alignment.cwl %}">alignment.cwl</a>
-> * <a href="{{ relative_root_path }}{% link /assets/answers/ep6/featureCounts.cwl %}">featureCounts.cwl</a>
-> * <a href="{{ relative_root_path }}{% link /assets/answers/ep6/subdirs.cwl %}">subdirs.cwl</a>
+> * <a href="../assets/answers/ep6/main.cwl">main.cwl</a>
+> * <a href="../assets/answers/ep6/alignment.cwl">alignment.cwl</a>
+> * <a href="../assets/answers/ep6/featureCounts.cwl">featureCounts.cwl</a>
+> * <a href="../assets/answers/ep6/subdirs.cwl">subdirs.cwl</a>
 {: .solution}