From 5e35992b39caaa0bdd196e3a1d37a335d76d2b18 Mon Sep 17 00:00:00 2001 From: Chuck McAndrew <6248903+dcmcand@users.noreply.github.com> Date: Tue, 22 Sep 2020 10:27:10 -0400 Subject: [PATCH] fix link to pymarc closes #92 --- reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference.md b/reference.md index 2ab7f2ab..50152180 100644 --- a/reference.md +++ b/reference.md @@ -82,7 +82,7 @@ Git cheat sheet handouts: ## Useful library GitHub repositories * [DavidChouinard/mrc_to_csv](https://github.com/DavidChouinard/mrc_to_csv): 'Python script for converting MARC21 files to a saner format (CSV), originally designed for the Harvard Libraries MARC21 records' -* [Process MARC records from Python](https://github.com/edsu/pymarc) +* [Process MARC records from Python](https://gitlab.com/pymarc/pymarcc) * https://pypi.org/project/pymarc/ * [umd-mith/git-intro](https://umd-mith.github.io/git-intro/): high level intro to git * [edsu/mirador](https://github.com/edsu/mirador)