diff --git a/docs/tutorials/1-creating-master-excel.md b/docs/tutorials/1-creating-master-excel.md
index 4edf95f652a467ad148f7c9356b7ab14a95b9b57..f1b245b287e416cdab8f3c6b6e8a3645b65bb22a 100644
--- a/docs/tutorials/1-creating-master-excel.md
+++ b/docs/tutorials/1-creating-master-excel.md
@@ -4,9 +4,9 @@ The Wind Energy Toolbox has a workflow for automatically running design load
 bases (DLBs) on Gorm.
 This workflow has the following steps:
 1. Create a master Excel sheet defining each case in the DLB
-2. Create subordinate Excel sheets from each tab in the master Excel sheet
-3. Create htc files and PBS job scripts for each requisite simulation using 
-the subordinate Excel files and a master htc file.
+2. [Create subordinate Excel sheets from each tab in the master Excel sheet](https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/blob/master/docs/tutorials/2-creating-subordinate-excels.md)
+3. [Create htc files and PBS job scripts for each requisite simulation using 
+the subordinate Excel files and a master htc file.](https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/blob/master/docs/tutorials/3-creating-htc-pbs-files.md)
 4. Submit all PBS job scripts to the cluster
 5. Post-process results
 6. Visualize results
diff --git a/docs/tutorials/2-creating-subordinate-excels.md b/docs/tutorials/2-creating-subordinate-excels.md
index d4d0e336d0789f04b5a0854baf0e9366959aabff..6e92c3dcb00d2319981ae19e24adcbffec5ea59c 100644
--- a/docs/tutorials/2-creating-subordinate-excels.md
+++ b/docs/tutorials/2-creating-subordinate-excels.md
@@ -5,8 +5,8 @@ bases (DLBs) on Gorm.
 This workflow has the following steps:
 1. [Create a master Excel sheet defining each case in the DLB](https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/blob/master/docs/tutorials/1-creating-master-excel.md)
 2. Create subordinate Excel sheets from each tab in the master Excel sheet
-3. Create htc files and PBS job scripts for each requisite simulation using 
-the subordinate Excel files and a master htc file.
+3. [Create htc files and PBS job scripts for each requisite simulation using 
+the subordinate Excel files and a master htc file.](https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox/blob/master/docs/tutorials/3-creating-htc-pbs-files.md)
 4. Submit all PBS job scripts to the cluster
 5. Post-process results
 6. Visualize results