Skip to content

Commit 76c8fd4

Browse files
authored
Merge pull request #542 from opentargets/cc-fix-ontolofy-static
[Disease]: Fix Ontology widget static URL
2 parents 6cd855a + 57a2327 commit 76c8fd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ const config = {
66
googleTagManagerID: window.configGoogleTagManagerID ?? null,
77
efoURL:
88
window.configEFOURL ??
9-
'https://storage.googleapis.com/open-targets-data-releases/alpha-rewrite/static/ontology/diseases_efo.jsonl',
9+
'https://platform.dev.opentargets.xyz/data/ontology/efo_json/diseases_efo.jsonl',
10+
1011
profile: window.configProfile ?? {},
1112
downloadsURL: window.configDownloadsURL ?? '/data/downloads.json',
1213
};

0 commit comments

Comments
 (0)