From 4f252002656b1bca46fbb427774fc5884c094691 Mon Sep 17 00:00:00 2001 From: Thomas Walsh Date: Fri, 13 Mar 2026 20:32:35 +0000 Subject: [PATCH] Update OLS URLs to OLS4 --- conf/SiteDefs.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/SiteDefs.pm b/conf/SiteDefs.pm index ab4f036216..ae4903b3be 100644 --- a/conf/SiteDefs.pm +++ b/conf/SiteDefs.pm @@ -232,9 +232,9 @@ our $ENSEMBL_JAVA = "java"; # For js/css minification ## REST services used by e.g. ConfigPacker -our $OLS_REST_API = 'https://www.ebi.ac.uk/ols/api/'; +our $OLS_REST_API = 'https://www.ebi.ac.uk/ols4/api/'; our $ENSEMBL_GLOSSARY_REST = $OLS_REST_API.'ontologies/ensemblglossary'; -our $ENSEMBL_GLOSSARY_URL = 'https://www.ebi.ac.uk/ols/ontologies/ensemblglossary'; +our $ENSEMBL_GLOSSARY_URL = 'https://www.ebi.ac.uk/ols4/ontologies/ensemblglossary'; # Molecular interaction REST API our $MOLECULAR_INTERACTIONS_URL = 'https://interactions.rest.ensembl.org';