Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion config/ohmi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,23 @@
idspace: OHMI
base_url: /obo/ohmi

base_redirect: https://github.com/OHMI-ontology/OHMI

products:
- ohmi.owl: https://raw.githubusercontent.com/OHMI-ontology/OHMI/v2019-09-17/ohmi.owl
- ohmi.owl: https://raw.githubusercontent.com/OHMI-ontology/OHMI/master/ohmi.owl

term_browser: ontobee
example_terms:
- OHMI_0000002

entries:
- exact: /tracker
replacement: https://github.com/OHMI-ontology/OHMI/issues

- prefix: /releases/
replacement: https://raw.githubusercontent.com/OHMI-ontology/OHMI/v

### Dated OHMI Releases
- exact: /2019-09-17/ohmi.owl
replacement: https://raw.githubusercontent.com/OHMI-ontology/OHMI/v2019-09-17/ohmi.owl

Expand Down
Loading