From 90f71b17de3bd5f43687917e3312a4f667d69c28 Mon Sep 17 00:00:00 2001 From: Jennifer Rinker <rink@win.dtu.dk> Date: Fri, 23 Jun 2017 17:51:00 +0200 Subject: [PATCH] Fixing links --- docs/tutorials/1-creating-master-excel.md | 6 +++--- docs/tutorials/2-creating-subordinate-excels.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tutorials/1-creating-master-excel.md b/docs/tutorials/1-creating-master-excel.md index 4edf95f..f1b245b 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 d4d0e33..6e92c3d 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 -- GitLab