Skip to content

Commit 10744ea

Browse files
Merge pull request #1099 from OBOFoundry/zhengj2007-patch-2
Update oae.yml
2 parents dfe2017 + 4a25f17 commit 10744ea

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

config/oae.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ idspace: OAE
44
base_url: /obo/oae
55

66
products:
7-
- oae.owl: https://raw.githubusercontent.com/OAE-ontology/OAE/master/src/oae_merged.owl
7+
- oae.owl: https://raw.githubusercontent.com/OAE-ontology/OAE/master/oae.owl
88

99
term_browser: ontobee
1010
example_terms:
@@ -17,6 +17,17 @@ entries:
1717
- from: /about/OAE_0000001
1818
to: http://www.ontobee.org/browser/rdf.php?o=OAE&iri=http://purl.obolibrary.org/obo/OAE_0000001
1919

20-
- prefix: /
21-
replacement: http://svn.code.sf.net/p/oae/code/trunk/src/ontology/
20+
- exact: /tracker
21+
replacement: https://github.com/OAE-ontology/OAE/issues
22+
23+
- prefix: /releases/
24+
replacement: https://raw.githubusercontent.com/OAE-ontology/OAE/v
25+
tests:
26+
- from: /releases/2026-04-15/oae.owl
27+
to: https://raw.githubusercontent.com/OAE-ontology/OAE/v2026-04-15/oae.owl
2228

29+
- prefix: /
30+
replacement: https://raw.githubusercontent.com/OAE-ontology/OAE/master/
31+
tests:
32+
- from: /oae-base.owl
33+
to: https://raw.githubusercontent.com/OAE-ontology/OAE/master/oae-base.owl

0 commit comments

Comments
 (0)