Skip to content

Commit 8b950c2

Browse files
Merge pull request #1085 from gouttegd/update-fbbi
Update the configuration for FBbi.
2 parents 638d954 + 42a3695 commit 8b950c2

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

config/fbbi.yml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,26 @@ idspace: FBbi
44
base_url: /obo/fbbi
55

66
products:
7-
- fbbi.owl: https://raw.githubusercontent.com/Imaging-semantics/fbbi/master/fbbi.owl
8-
- fbbi.obo: https://raw.githubusercontent.com/Imaging-semantics/fbbi/master/fbbi.obo
7+
- fbbi.owl: https://github.com/foundingGIDE/fbbi/releases/latest/download/fbbi.owl
8+
- fbbi.obo: https://github.com/foundingGIDE/fbbi/releases/latest/download/fbbi.obo
99

10-
term_browser: ontobee
10+
term_browser: ols
1111
example_terms:
12-
- FBbi_0000001
12+
- FBbi_00000031
13+
14+
entries:
15+
16+
# Version previously maintained by "Imaging Semantics"
17+
- prefix: /releases/2020-11-06/
18+
replacement: https://raw.githubusercontent.com/Imaging-semantics/fbbi/v2020-11-06/
19+
20+
# All subsequent releases will come from "FoundingGIDE"
21+
- prefix: /releases/
22+
replacement: https://github.com/foundingGIDE/fbbi/releases/download/v
23+
24+
- prefix: /tracker/
25+
replacement: https://github.com/foundingGIDE/fbbi/issues
26+
27+
## generic fall-through, serve from the latest release artefacts
28+
- prefix: /
29+
replacement: https://github.com/foundingGIDE/fbbi/releases/latest/download/

0 commit comments

Comments
 (0)