From 46e17e00a5ca7e32a1128c37c1340927718acc31 Mon Sep 17 00:00:00 2001
From: Michael Buehlmann <buehlmann.michi@gmail.com>
Date: Fri, 1 Apr 2022 14:00:54 -0500
Subject: [PATCH] update URLs in README from xgitlab to git.cels

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index eb7a488..9db28ee 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@
 GenericIO is a write-optimized library for writing self-describing scientific
 data files on large-scale parallel file systems.
 
+* Repository: [git.cels.anl.gov](https://git.cels.anl.gov/hacc/genericio)
+* Documentation: [CPACdocs](https://www.hep.anl.gov/CPACdocs/genericio/)
+
 ## Reference
 
 Habib, et al., HACC: Simulating Future Sky Surveys on State-of-the-Art
@@ -13,7 +16,7 @@ Supercomputing Architectures, New Astronomy, 2015
 
 The most recent version of source is available by cloning this repo:
 ```bash
-git clone https://xgitlab.cels.anl.gov/hacc/genericio.git
+git clone https://git.cels.anl.gov/hacc/genericio.git
 ```
 
 There is also a history of code
-- 
GitLab