From f09a6b2f248f8f293c9a9c663a96199d729d6473 Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Mon, 15 Jan 2024 19:48:55 +0200 Subject: [PATCH] Fix dead links --- docs/apis/broker-api.md | 2 +- docs/apis/dspace-eprints-api.md | 2 +- docs/apis/terms.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/apis/broker-api.md b/docs/apis/broker-api.md index 7e6e6fb..20c9589 100644 --- a/docs/apis/broker-api.md +++ b/docs/apis/broker-api.md @@ -47,4 +47,4 @@ APIs are free-to-use (no sign-up needed) by any third-party service **Quality of Service**: all API services are running in production 24/7 within the OpenAIRE infrastructure premises deployed at the [data center](http://icm.edu.pl/en/centre-of-technology/) facilities of the [Interdisciplinary Centre for Mathematical and Computational Modelling](http://icm.edu.pl/en/) (ICM). -**APIs rate limits**: please check [here](./authenticated-requests). \ No newline at end of file +**APIs rate limits**: please check [here](./authentication). \ No newline at end of file diff --git a/docs/apis/dspace-eprints-api.md b/docs/apis/dspace-eprints-api.md index b02391b..93f15f8 100644 --- a/docs/apis/dspace-eprints-api.md +++ b/docs/apis/dspace-eprints-api.md @@ -58,4 +58,4 @@ APIs are free-to-use (no sign-up needed) by any third-party service. **Quality of Service**: all API services are running in production 24/7 within the OpenAIRE infrastructure premises deployed at the [data center](http://icm.edu.pl/en/centre-of-technology/) facilities of the [Interdisciplinary Centre for Mathematical and Computational Modelling](http://icm.edu.pl/en/) (ICM). -**APIs rate limits**: please check [here](./authenticated-requests). \ No newline at end of file +**APIs rate limits**: please check [here](./authentication). \ No newline at end of file diff --git a/docs/apis/terms.md b/docs/apis/terms.md index 0ec0154..a7259b8 100644 --- a/docs/apis/terms.md +++ b/docs/apis/terms.md @@ -4,7 +4,7 @@ The OpenAIRE APIs are free-to-use by any third-party service and can be accessed over HTTPS both by authenticated and unauthenticated requests. The rate limit for the former type of requests is up to 7200 requests per hour, while the latter is up to 60 requests per hour. -To make an authenticated request, you must first [register](https://services.openaire.eu/uoa-user-management/register.jsp). Then, you can go to the [personal access token page](https://develop.openaire.eu/user-info?errorCode=1&redirectUrl=%2Fpersonal-token) in your account, copy your token and use it for up to one hour, [find out more](./authenticated-requests). +To make an authenticated request, you must first [register](https://services.openaire.eu/uoa-user-management/register.jsp). Then, you can go to the [personal access token page](https://develop.openaire.eu/user-info?errorCode=1&redirectUrl=%2Fpersonal-token) in your account, copy your token and use it for up to one hour, [find out more](./authentication). Our OAuth 2.0 implementation, conforms to the OpenID Connect specification, and is [OpenID Certified](https://openid.net/certification/). OpenID Connect is a simple identity layer on top of the OAuth 2.0 protocol. For more information about OAuth2.0 please visit the [OAuth2.0 official site](https://oauth.net/2/). For more information about OpenID Connect please visit the [OpenID Connect official site](https://openid.net/connect/). Also, check [here](http://www.openaire.eu/privacy-policy) for more information on our Privacy Policy.