Skip to content

Commit 03db2e9

Browse files
authored
move the specific prefix for the versioned json to before the generic versioned redirect
This would fall first for versioned JSON, then to the other cases.
1 parent 253d34b commit 03db2e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/ncbitaxon.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ example_terms:
1818
entries:
1919
- prefix: /subsets/
2020
replacement: https://github.com/obophenotype/ncbitaxon/releases/latest/download/
21+
- prefix: /2025-12-03/ncbitaxon.json
22+
replacement: https://zenodo.org/records/17901998/files/ncbitaxon.json?download=1
2123
- prefix: /2
2224
replacement: https://github.com/obophenotype/ncbitaxon/releases/download/v2
2325
- prefix: /about/
@@ -27,7 +29,5 @@ entries:
2729
to: http://www.ontobee.org/browser/rdf.php?o=NCBITaxon&iri=http://purl.obolibrary.org/obo/NCBITaxon_1
2830
- prefix: /
2931
replacement: https://github.com/obophenotype/ncbitaxon/releases/latest/download/
30-
- prefix: /2025-12-03/ncbitaxon.json
31-
replacement: https://zenodo.org/records/17901998/files/ncbitaxon.json?download=1
3232

3333

0 commit comments

Comments
 (0)