From 1772b984780001bf9eb38cfe4b27e77a47711286 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Fri, 3 Apr 2020 12:36:08 -0500 Subject: [PATCH] modified: src/docs/part1/simple_detector.md --- src/docs/part1/simple_detector.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/docs/part1/simple_detector.md b/src/docs/part1/simple_detector.md index 4dcad4c..7e71375 100644 --- a/src/docs/part1/simple_detector.md +++ b/src/docs/part1/simple_detector.md @@ -5,7 +5,7 @@ title: "Simple Detector" ## Setup ```bash -git clone https://eicweb.phy.anl.gov/Argonne_EIC/tutorial/tutorial_part1.git +git clone https://eicweb.phy.anl.gov/EIC/tutorials/tutorial_part1.git cd tutorial_part1 ``` @@ -30,10 +30,10 @@ You will find the following files and directories. ``` The files -[`materials.xml`](https://eicweb.phy.anl.gov/Argonne_EIC/tutorial/tutorial_part1/blob/master/materials.xml), -[`elements.xml`](https://eicweb.phy.anl.gov/Argonne_EIC/tutorial/tutorial_part1/blob/master/elements.xml), +[`materials.xml`](https://eicweb.phy.anl.gov/EIC/tutorials/tutorial_part1/blob/master/materials.xml), +[`elements.xml`](https://eicweb.phy.anl.gov/EIC/tutorials/tutorial_part1/blob/master/elements.xml), and -[`gem_tracker.xml`](https://eicweb.phy.anl.gov/Argonne_EIC/tutorial/tutorial_part1/blob/master/gem_tracker.xml) +[`gem_tracker.xml`](https://eicweb.phy.anl.gov/EIC/tutorials/tutorial_part1/blob/master/gem_tracker.xml) are the compact detector description files. The first two files are included in the main `gem_tracker.xml` file. Note these files are conventionally found in directories named compact. -- GitLab