From c603695ac5c766c15cc7de8719204d20dd96d51a Mon Sep 17 00:00:00 2001 From: Kevin Peterson <kmpeters@anl.gov> Date: Wed, 8 Mar 2023 10:07:04 -0600 Subject: [PATCH] Updated URLs to point ot scripts in the external branch --- 1-Setup.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/1-Setup.md b/1-Setup.md index 7c2ead5..2b9e6d8 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 3225d02..5412efa 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 ``` -- GitLab