From ce6a944dd91ef6730168e88067efcd300696ce7b Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Tue, 12 Oct 2021 18:01:15 +0200 Subject: [PATCH] update API reference links --- lib/DataCite/API.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/DataCite/API.pm b/lib/DataCite/API.pm index f050e40..5601f17 100644 --- a/lib/DataCite/API.pm +++ b/lib/DataCite/API.pm @@ -5,12 +5,12 @@ =head1 DESCRIPTION -Interact with DataCite API ([1], [2]) +Interact with DataCite MDS API ([1], [2]) =head1 REFERENCES -* [1] https://mds.datacite.org/static/apidoc (dead link as of 2021-09-01) -* [2] https://mds.test.datacite.org/static/apidoc (dead link as of 2021-09-01) +* [1] https://support.datacite.org/docs/mds-api-guide +* [2] https://support.datacite.org/reference/overview * [3] http://schema.test.datacite.org/ * [4] https://blog.datacite.org/cool-dois/ * [5] http://www.crockford.com/wrmg/base32.html -- GitLab