Changed all documentation links to point to production

This commit is contained in:
Katerina Iatropoulou 2022-11-03 12:01:43 +00:00
parent 1da026fe63
commit a3b053fc06
4 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,7 @@
<div class="uk-alert-primary uk-alert uk-margin-top-remove">
<span uk-icon="info"></span>
<span class="uk-margin-small-left">For more information please read the <a href="https://develop.openaire.eu/authentication.html" target="_blank">OpenAIRE API Authentication documentation</a>.</span>
<span class="uk-margin-small-left">For more information please read the <a href="https://graph.openaire.eu/develop/authentication.html" target="_blank">OpenAIRE API Authentication documentation</a>.</span>
</div>
<div class="uk-grid uk-child-width-1-2@m uk-child-width-1-1" uk-grid>

View File

@ -87,7 +87,7 @@
<span uk-icon="info"></span>
<span class="uk-margin-small-left">
For further information on how to use the tokens please visit the
<a href="https://develop.openaire.eu/personalToken.html" target="_blank">OpenAIRE API Authentication documentation</a>.
<a href="https://graph.openaire.eu/develop/personalToken.html" target="_blank">OpenAIRE API Authentication documentation</a>.
</span>
</div>
<form id="revoke" name="revoke" action="./personalToken" method="post">

View File

@ -220,10 +220,10 @@
function checkRadio() {
var securityLevel = $('input[type=radio][name=security_level]:checked').val();
if(securityLevel === 'basic') {
$("#security-hint").html('Register your service to get a client id and a client secret. Use the client id and secret to make your requests. <a href="https://develop.openaire.eu/basic.html" target="_blank">Read more...</a>');
$("#security-hint").html('Register your service to get a client id and a client secret. Use the client id and secret to make your requests. <a href="https://graph.openaire.eu/develop/basic.html" target="_blank">Read more...</a>');
$("#public-key").hide();
} else {
$("#security-hint").html('Register your service to get a client id. Declare your public key and instead of using the client secret to make a request, send a client assertion (JWT) signed with your private key. <a href="https://develop.openaire.eu/advanced.html" target="_blank">Read more...</a>');
$("#security-hint").html('Register your service to get a client id. Declare your public key and instead of using the client secret to make a request, send a client assertion (JWT) signed with your private key. <a href="https://graph.openaire.eu/develop/advanced.html" target="_blank">Read more...</a>');
var keyType = $('input[type=radio][name=key_type]:checked').val();
$("#public-key").show();
if (keyType === 'uri') {

View File

@ -70,7 +70,7 @@
<div class="uk-alert-primary uk-alert uk-margin-top-remove uk-flex uk-flex-middle">
<span uk-icon="info"></span>
<span class="uk-margin-small-left">You can register up to 5 services.
For more information please read the <a href="https://develop.openaire.eu/authentication.html" target="_blank">OpenAIRE API Authentication documentation</a>.</span>
For more information please read the <a href="https://graph.openaire.eu/develop/authentication.html" target="_blank">OpenAIRE API Authentication documentation</a>.</span>
</div>
<c:if test="${reachedLimit}">
<div class="uk-alert-warning uk-flex uk-flex-middle uk-margin-small-top">