From 4c9d52d33b9302932415f550d94fdc10ecd21104 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sat, 26 Feb 2022 01:49:15 +0000
Subject: [PATCH] eicd -> edm4hep

---
 src/docs/part2/adding_detectors.md | 2 +-
 src/docs/part3/running_juggler.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/docs/part2/adding_detectors.md b/src/docs/part2/adding_detectors.md
index 4d1de35..c63fde2 100644
--- a/src/docs/part2/adding_detectors.md
+++ b/src/docs/part2/adding_detectors.md
@@ -28,7 +28,7 @@ Building a new (generic) detector using dd4hep is rather straight forward if we
 make the following assumptions.
 
 1. We will use the built-in sensitive detectors
-2. We will use the dd4pod data model (i.e. use `npsim`)
+2. We will use the edm4hep data model
 
 
 ### Compiling a new detector
diff --git a/src/docs/part3/running_juggler.md b/src/docs/part3/running_juggler.md
index 8e21353..b0efaf7 100644
--- a/src/docs/part3/running_juggler.md
+++ b/src/docs/part3/running_juggler.md
@@ -4,7 +4,7 @@
 
 ## Juggler Overview
 
-Juggler is a Gaudi based event processing framework which uses the [eicd](https://eic.phy.anl.gov/eicd)  data model.
+Juggler is a Gaudi based event processing framework which uses the [edm4hep](https://cern.ch/edm4hep)  data model.
 
 ### Algorithms
 
-- 
GitLab