We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d12e9f5 + 35d480b commit 24aa5e7Copy full SHA for 24aa5e7
1 file changed
config/ohmi.yml
@@ -3,14 +3,23 @@
3
idspace: OHMI
4
base_url: /obo/ohmi
5
6
+base_redirect: https://github.com/OHMI-ontology/OHMI
7
+
8
products:
-- ohmi.owl: https://raw.githubusercontent.com/OHMI-ontology/OHMI/v2019-09-17/ohmi.owl
9
+- ohmi.owl: https://raw.githubusercontent.com/OHMI-ontology/OHMI/master/ohmi.owl
10
11
term_browser: ontobee
12
example_terms:
13
- OHMI_0000002
14
15
entries:
16
+- exact: /tracker
17
+ replacement: https://github.com/OHMI-ontology/OHMI/issues
18
19
+- prefix: /releases/
20
+ replacement: https://raw.githubusercontent.com/OHMI-ontology/OHMI/v
21
22
+### Dated OHMI Releases
23
- exact: /2019-09-17/ohmi.owl
24
replacement: https://raw.githubusercontent.com/OHMI-ontology/OHMI/v2019-09-17/ohmi.owl
25
0 commit comments