diff --git a/src/docs/part3/simulating_detectors.md b/src/docs/part3/simulating_detectors.md index aa7b43ab1e05d118940ff297332c5aeb40032c9d..458585c99f6f7f165e78ccddd3e987811e895b4e 100644 --- a/src/docs/part3/simulating_detectors.md +++ b/src/docs/part3/simulating_detectors.md @@ -19,7 +19,7 @@ benefits. 1. `ddsim` - a robust python program that is highly configurable. Good for running quick simulations using built-in detector constructions, built-in hit data model, and built-in sensitive detectors (tracker or calorimeter). - We used `ddsim` in [part 1](part1/simple_detector) of this tutorial. See + We used `ddsim` in [part 1](../part1/simple_detector) of this tutorial. See `ddsim -h` for more details. 2. Manual configuring the DDG4 setup. This can be achieved using XML, C++ (eg in a ROOT script), or using the python interface. As we will see, this