We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e780aea commit 7ec8c74Copy full SHA for 7ec8c74
1 file changed
odml/terminology.py
@@ -19,7 +19,7 @@
19
from .tools.xmlparser import XMLReader
20
21
22
-REPOSITORY_BASE = 'http://portal.g-node.org/odml/terminologies'
+REPOSITORY_BASE = 'https://terminologies.g-node.org'
23
REPOSITORY = '/'.join([REPOSITORY_BASE, 'v1.1', 'terminologies.xml'])
24
25
CACHE_AGE = datetime.timedelta(days=1)
0 commit comments