Skip to content

Commit

Permalink
Merge pull request #648 from OBOFoundry/obi-20200423
Browse files Browse the repository at this point in the history
Update obi.yml with fixes for some files
  • Loading branch information
jamesaoverton authored Apr 23, 2020
2 parents f1b3aee + bd74067 commit 83bc253
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions config/obi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ idspace: OBI
base_url: /obo/obi

products:
- obi.owl: https://raw.githubusercontent.com/obi-ontology/obi/v2020-04-09/obi.owl
- obi.obo: https://raw.githubusercontent.com/obi-ontology/obi/v2020-04-09/views/obi.obo
- obi.owl: https://raw.githubusercontent.com/obi-ontology/obi/v2020-04-23/obi.owl
- obi.obo: https://raw.githubusercontent.com/obi-ontology/obi/v2020-04-23/views/obi.obo

term_browser: ontobee
example_terms:
Expand All @@ -22,7 +22,7 @@ entries:
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2017-02-22/obi_iedb.owl

- exact: /release-notes.html
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2020-04-09/README.md
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2020-04-23/README.md

- exact: /webService.owl
replacement: https://raw.githubusercontent.com/obi-webservice/OBIws/master/ontology/release/v1.1/webService.owl
Expand Down Expand Up @@ -215,6 +215,12 @@ entries:
- exact: /2020-04-09/obi_core.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2020-04-09/views/obi_core.owl

- exact: /2020-04-23/obi.owl
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2020-04-23/obi.owl

- exact: /2020-04-23/obi.obo
replacement: https://raw.githubusercontent.com/obi-ontology/obi/v2020-04-23/views/obi.obo

### Web Service Releases

- exact: /v1.1/webService.owl
Expand Down

0 comments on commit 83bc253

Please sign in to comment.