From 4ed33a468904bd47730cdf5864d8140f65e03a44 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Thu, 6 May 2021 14:57:28 -0500
Subject: [PATCH] 	modified:   src/docs/part3/simulating_detectors.md

---
 src/docs/part3/simulating_detectors.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/docs/part3/simulating_detectors.md b/src/docs/part3/simulating_detectors.md
index aa7b43a..458585c 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 
-- 
GitLab