diff --git a/docs/tutorial2023_unfolding/unfolding_exercise.md b/docs/tutorial2023_unfolding/unfolding_exercise.md index f9ae087760a..ee0a12c870b 100644 --- a/docs/tutorial2023_unfolding/unfolding_exercise.md +++ b/docs/tutorial2023_unfolding/unfolding_exercise.md @@ -4,12 +4,10 @@ To get started, you should have a working setup of Combine and CombineHarvester. This setup can be done following any of the [installation instructions](https://cms-analysis.github.io/HiggsAnalysis-CombinedLimit/#installation-instructions). -After setting up CMSSW, you can clone the working directory for this tutorial which contains all of the inputs and scripts needed to run the unfolding fitting exercise: +After setting up CMSSW, you can access the working directory for this tutorial which contains all of the inputs and scripts needed to run the unfolding fitting exercise: ```shell -cd $CMSSW_BASE/src/ -git clone https://gitlab.cern.ch/cms-analysis/general/combine-unfolding-tutorial-2023.git -cd combine-unfolding-tutorial-2023 +cd $CMSSW_BASE/src/HiggsAnalysis/CombinedLimit/data/tutorials/tutorial_unfolding_2023/ ``` ## Exercise outline