We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a69d6 commit 3dd4b1cCopy full SHA for 3dd4b1c
conf/SiteDefs.pm
@@ -232,9 +232,9 @@ our $ENSEMBL_JAVA = "java"; # For js/css minification
232
233
## REST services used by e.g. ConfigPacker
234
235
-our $OLS_REST_API = 'https://www.ebi.ac.uk/ols/api/';
+our $OLS_REST_API = 'https://www.ebi.ac.uk/ols4/api/';
236
our $ENSEMBL_GLOSSARY_REST = $OLS_REST_API.'ontologies/ensemblglossary';
237
-our $ENSEMBL_GLOSSARY_URL = 'https://www.ebi.ac.uk/ols/ontologies/ensemblglossary';
+our $ENSEMBL_GLOSSARY_URL = 'https://www.ebi.ac.uk/ols4/ontologies/ensemblglossary';
238
# Molecular interaction REST API
239
our $MOLECULAR_INTERACTIONS_URL = 'https://interactions.rest.ensembl.org';
240
0 commit comments