From c7957ba1ed4ab74e9d256ffaf80bba29010d286a Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 24 Aug 2021 10:49:09 -0500 Subject: [PATCH] modified: README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3400235..483c21d 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ The collaboration uses [the EIC group on eicweb](https://eicweb.phy.anl.gov/EIC) [benchmarks](https://eicweb.phy.anl.gov/EIC/benchmarks). The main software components locally developed are: -- [`juggler`](https://eicweb.phy.anl.gov/EIC/juggler) - Event processing framework (i.e. algorithms live) -- [`eicd`](https://eicweb.phy.anl.gov/EIC/eicd) - EIC data model +- [`juggler`](https://eicweb.phy.anl.gov/EIC/juggler) ([documentation](https://eic.phy.anl.gov/juggler)) - Event processing framework (i.e. algorithms live) +- [`eicd`](https://eicweb.phy.anl.gov/EIC/eicd) ([documentation](https://eic.phy.anl.gov/eicd)) - EIC data model - [`npdet`](https://eicweb.phy.anl.gov/EIC/npdet) - collection of dd4hep simulation plugins and tools. The key collaboration/user code repositories are: -- GitLab