diff --git a/1-Setup.md b/1-Setup.md
index 7c2ead54fe67d09755fa6f9244a81b79bc2c6fa8..2b9e6d88d80fdbf47ac11ae9356921264913c824 100644
--- a/1-Setup.md
+++ b/1-Setup.md
@@ -48,7 +48,7 @@ Deploying only a subset of synApps reduces the number of build errors encountere
 
 ```
 $ cd ${EPICS_DIR}
-$ curl [URL]/training-synApps-config.txt
+$ curl -O https://git.aps.anl.gov/practical_beamline_controls_training/session_2/instructions/-/raw/external/scripts/training-synApps-config.txt
 ```
 
 #### 1.3.2 Build synApps
diff --git a/README.md b/README.md
index 3225d02a21ce7ee553fe0f5e2f69476bb1e1f6d0..5412efa8c978540323ebb504a53a6a9db8a2d7ff 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ The external quickstart script is much less useful on non-APS machines.
 To use the script, do the following:
 
 ```
-$ curl -O https://git.aps.anl.gov/practical_beamline_controls_training/session_2/instructions/-/raw/main/scripts/quickstart.sh
+$ curl -O https://git.aps.anl.gov/practical_beamline_controls_training/session_2/instructions/-/raw/external/scripts/quickstart.sh
 $ chmod a+x quickstart.sh
 $ ./quickstart.sh
 ```