Skip to content

Commit 5d6bc3d

Browse files
authored
fix broken links in new collection (#664)
1 parent 42396b3 commit 5d6bc3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/training_collections/architects_toolkit_1.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hide:
66

77
# The Architect's Toolkit I
88

9-
Our Training Collections provide curated learning paths through our advanced training materials (called [Side Quests](../../side_quests/index.md)). This collection covers four essential topics that are frequently used together for building robust and scalable workflows.
9+
Our Training Collections provide curated learning paths through our advanced training materials (called [Side Quests](../../side_quests)). This collection covers four essential topics that are frequently used together for building robust and scalable workflows.
1010

1111
## Learning objectives
1212

@@ -25,7 +25,7 @@ This collection is designed for users who have completed the basic Nextflow trai
2525

2626
**Prerequisites**
2727

28-
- Completion of [Hello Nextflow](../../../hello_nextflow/) training or equivalent experience
28+
- Completion of [Hello Nextflow](../../hello_nextflow/) training or equivalent experience
2929
- Basic familiarity with Nextflow syntax and concepts
3030
- Understanding of basic workflow development patterns
3131
- Experience with command-line tools
@@ -34,10 +34,10 @@ This collection is designed for users who have completed the basic Nextflow trai
3434

3535
This collection consists of four Side Quests that cover complementary workflow engineering topics:
3636

37-
1. **[Workflows of Workflows](../../../side_quests/workflows_of_workflows)** - Complex workflow architecture and composition
38-
2. **[Testing with nf-test](../../../side_quests/nf-test)** - Testing strategies for Nextflow workflows
39-
3. **[Metadata](../../../side_quests/metadata)** - Handling metadata for items in Nextflow channels
40-
4. **[Splitting and Grouping](../../../side_quests/splitting_and_grouping)** - Advanced data processing patterns
37+
1. **[Workflows of Workflows](../../side_quests/workflows_of_workflows)** - Complex workflow architecture and composition
38+
2. **[Testing with nf-test](../../side_quests/nf-test)** - Testing strategies for Nextflow workflows
39+
3. **[Metadata](../../side_quests/metadata)** - Handling metadata for items in Nextflow channels
40+
4. **[Splitting and Grouping](../../side_quests/splitting_and_grouping)** - Advanced data processing patterns
4141

4242
Each Side Quest is self-contained and covers independent concepts, but we recommend completing them in the order listed above for a logical progression through the topics.
4343

0 commit comments

Comments
 (0)