diff --git a/bash_array_jobs/README.md b/bash_array_jobs/README.md
index 42f1831dbfc28b126e5791dc0fbe29166ac4fbcc..eaf180319ed7b6d65dfaf9a134c9e3455d920a0d 100644
--- a/bash_array_jobs/README.md
+++ b/bash_array_jobs/README.md
@@ -10,7 +10,7 @@ The most basic method would be to create a [SLURM](https://docs.uabgrid.uab.edu/
 * Lots of manual work and really time consuming.
 
 ## Bash Scripting ##
-Second method would be to create a bash script, that will loop through the files in your DATA directory, and create a job script for each one, as well as submit it.
+Second method would be to [create a bash script](https://swcarpentry.github.io/shell-novice/), that will loop through the files in your DATA directory, and create a job script for each one, as well as submit it.
 ```
 for file_name in `ls $data_dir`
 do