diff --git a/www-home/index.html b/www-home/index.html index 8572054..5a7ad70 100644 --- a/www-home/index.html +++ b/www-home/index.html @@ -20,13 +20,14 @@ const ui = SwaggerUIBundle({ urls: [ { url: "https://loterre-resolvers.services.inist.fr", name: "Résolveurs pour des terminologies Loterre"}, - { url: "https://affiliations-tools.services.inist.fr", name: "Structuration & enrichissements d'afffiliations"}, - { url: "https://affiliations-libpostal.services.inist.fr", name: "Traitements d'afffiliation avec libpostal"}, - { url: "https://affiliations-rnsr.services.inist.fr", name: "Affiliation RNSR WS"}, + { url: "https://affiliations-tools.services.inist.fr", name: "Structuration & enrichissements d'affiliations"}, + { url: "https://affiliations-libpostal.services.inist.fr", name: "Traitements d'affiliation avec libpostal"}, + { url: "https://affiliations-rnsr.services.inist.fr", name: "Affiliation RNSR (obsolète)"}, { url: "https://ark-tools.services.inist.fr/", name: "Services autour des identifiants ARK"}, { url: "https://biblio-tools.services.inist.fr/", name: "Outils pour références bibliographiques"}, { url: "https://nlp-tools.services.inist.fr/", name: "Traitements automatiques du Langage Naturel"}, { url: "https://domains-classifier.services.inist.fr/", name: "Classification en domaines scientifiques"}, + { url: "https://mapping-tools.services.inist.fr/", name: "Utilisation de tables de correspondance"}, ], dom_id: '#swagger-ui', deepLinking: true,