Skip to content

Commit 24aa5e7

Browse files
Merge pull request #1072 from OBOFoundry/zhengj2007-patch-2
Update OHMI config with new base_redirect and URLs
2 parents d12e9f5 + 35d480b commit 24aa5e7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

config/ohmi.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,23 @@
33
idspace: OHMI
44
base_url: /obo/ohmi
55

6+
base_redirect: https://github.com/OHMI-ontology/OHMI
7+
68
products:
7-
- 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
810

911
term_browser: ontobee
1012
example_terms:
1113
- OHMI_0000002
1214

1315
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
1423
- exact: /2019-09-17/ohmi.owl
1524
replacement: https://raw.githubusercontent.com/OHMI-ontology/OHMI/v2019-09-17/ohmi.owl
1625

0 commit comments

Comments
 (0)