Skip to content

Commit 3dd4b1c

Browse files
authored
Update OLS URLs to OLS4 (#1153)
1 parent 64a69d6 commit 3dd4b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/SiteDefs.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ our $ENSEMBL_JAVA = "java"; # For js/css minification
232232

233233
## REST services used by e.g. ConfigPacker
234234

235-
our $OLS_REST_API = 'https://www.ebi.ac.uk/ols/api/';
235+
our $OLS_REST_API = 'https://www.ebi.ac.uk/ols4/api/';
236236
our $ENSEMBL_GLOSSARY_REST = $OLS_REST_API.'ontologies/ensemblglossary';
237-
our $ENSEMBL_GLOSSARY_URL = 'https://www.ebi.ac.uk/ols/ontologies/ensemblglossary';
237+
our $ENSEMBL_GLOSSARY_URL = 'https://www.ebi.ac.uk/ols4/ontologies/ensemblglossary';
238238
# Molecular interaction REST API
239239
our $MOLECULAR_INTERACTIONS_URL = 'https://interactions.rest.ensembl.org';
240240

0 commit comments

Comments
 (0)