From f453aecaa49b48e2d1c7b64f9b5a5ee1edc54615 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Sat, 15 Dec 2018 20:16:06 +0100 Subject: [PATCH] update boilerplate text on api homepage --- vendor/middleman/source/index.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vendor/middleman/source/index.html.md b/vendor/middleman/source/index.html.md index bc3ad8183..9551ff08d 100644 --- a/vendor/middleman/source/index.html.md +++ b/vendor/middleman/source/index.html.md @@ -5,7 +5,6 @@ description: The API to interact with all DataCite resources. --- The DataCite REST API allows users to interact with DataCite resources such as dois, clients, providers and prefixes. Please use -[DOI Fabrica](https://doi.datacite.org) if you are looking for a web interface. The API follows the [JSONAPI](http://jsonapi.org/) -specification. The API requires authentication for some actions. +[DataCite Search](https://search.datacite.org) or [DOI Fabrica](https://doi.datacite.org) (for members and clients) if you are looking for a web interface. The API follows the [JSONAPI](http://jsonapi.org/) specification. The API requires authentication for some actions. You will find more information about the REST API in our [documentation portal](https://support.datacite.org/docs/api).