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
8 changes: 4 additions & 4 deletions config/ohd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ base_url: /obo/ohd
base_redirect: https://github.com/oral-health-and-disease-ontologies/ohd-ontology

products:
- ohd.owl: https://raw.githubusercontent.com/oral-health-and-disease-ontologies/ohd-ontology/master/ohd.owl
- ohd.owl: https://raw.githubusercontent.com/oral-health-and-disease-ontologies/ohd-ontology/main/ohd.owl

term_browser: ontobee
example_terms:
- OHD_0000019

entries:
- exact: /ohd-base.owl
replacement: https://raw.githubusercontent.com/oral-health-and-disease-ontologies/ohd-ontology/master/ohd-base.owl
replacement: https://raw.githubusercontent.com/oral-health-and-disease-ontologies/ohd-ontology/main/ohd-base.owl

- prefix: /about/
replacement: https://ontobee.org/ontology/OHD?iri=http://purl.obolibrary.org/obo/
Expand All @@ -23,8 +23,8 @@ entries:
to: https://ontobee.org/ontology/OHD?iri=http://purl.obolibrary.org/obo/OHD_0000019

- prefix: /dev/
replacement: https://github.com/oral-health-and-disease-ontologies/ohd-ontology/tree/master/src/ontology
replacement: https://github.com/oral-health-and-disease-ontologies/ohd-ontology/tree/main/src/ontology

## generic fall-through, serve direct from github by default
- prefix: /
replacement: https://github.com/oral-health-and-disease-ontologies/ohd-ontology/tree/master/
replacement: https://github.com/oral-health-and-disease-ontologies/ohd-ontology/tree/main/
Loading