From 9d708fc7e5c06c17c07e15b015b98fa138d863e5 Mon Sep 17 00:00:00 2001 From: JaZahn Clevenger Date: Fri, 28 Jul 2023 15:26:05 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 32ab132..769cd16 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +## MOVED + +Due to the weird permissions we have on Github Enterprise, this has been moved to the harvard-huit org on github.com. + +https://github.com/harvard-huit/py-pds + + ## Person Data Service Python Library This library is meant to serve as a convenience library to using the PDS. This came about from me rewriting the same code over and over. @@ -97,4 +104,4 @@ while(True): results = response['results'] # do something with results -``` \ No newline at end of file +```