From bbd467fb57eda6712ebea86f4c85659294505c70 Mon Sep 17 00:00:00 2001 From: hwick <33556230+hwick@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:47:50 -0400 Subject: [PATCH] Update positional_params.md updating links to lesssons --- Accelerate_with_automation/lessons/positional_params.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Accelerate_with_automation/lessons/positional_params.md b/Accelerate_with_automation/lessons/positional_params.md index 41a03f3d..4f15ec10 100644 --- a/Accelerate_with_automation/lessons/positional_params.md +++ b/Accelerate_with_automation/lessons/positional_params.md @@ -317,9 +317,9 @@ If it worked, you should now have yet another set of output files with `param.lo And that's it! You are now very well equipped to use loops and positional parameters in the same script! -> What if we still wanted to run this on multiple files AND also provide a different sequence besides "NNNNNNNNNN?" We have an **advanced use** lesson for positional parameters you can check out, [here](https://github.com/hbctraining/Training-modules/blob/heather_edits/Accelerate_with_automation/lessons/advanced_pos_param_loop) +> What if we still wanted to run this on multiple files AND also provide a different sequence besides "NNNNNNNNNN?" We have an **advanced use** lesson for positional parameters you can check out, [here](https://github.com/hbctraining/Training-modules/blob/master/Accelerate_with_automation/lessons/advanced_pos_param_loop) -Otherwise, you are all set to go on to the [next lesson](https://github.com/hbctraining/Training-modules/blob/heather_edits/Accelerate_with_automation/lessons/arrays_in_slurm.md) +Otherwise, you are all set to go on to the [next lesson](https://github.com/hbctraining/Training-modules/blob/master/Accelerate_with_automation/lessons/arrays_in_slurm.md) ***