diff --git a/_episodes/01-introduction.md b/_episodes/01-introduction.md index 8314521..bc15af0 100644 --- a/_episodes/01-introduction.md +++ b/_episodes/01-introduction.md @@ -461,7 +461,7 @@ There are multiple ways of analyzing an LHE file, each of which has its own adva For the purpose of this exercise, we will use a pre-made pyroot script. ~~~bash cd ~/nobackup/cmsdas_2026_gen/ -xrdcp root://cmseos.fnal.gov//store/user/cmsdas/2026/short_exercises/Generators/LHEReader.py . +xrdcp root://cmseos.fnal.gov//store/user/cmsdas/2026/short_exercises/Generators/scripts/LHEReader.py . ~~~ {: .source}