Skip to content

Commit 0eb6274

Browse files
committed
FBbi: Fix BioPortal link.
The FBbi ontology is available on BioPortal at the following URI: https://bioportal.bioontology.org/ontologies/FBbi (note the mixed-case `FBbi` at the end of the URI). FBbi's metadata does not include an explicit link to BioPortal, so one is automatically generated by the website template, but the generated link is `https://bioportal.bioontology.org/ontologies/FBBI`, which ends up on a 404 because of the all-uppercase ontology ID. This commit adds an explicit link to BioPortal, overriding the automatically generated one.
1 parent b4bb707 commit 0eb6274

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ontology/fbbi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
layout: ontology_detail
33
id: fbbi
44
title: Biological Imaging Methods Ontology
5+
browsers:
6+
- title: BioPortal Browser
7+
label: BioPortal
8+
url: https://bioportal.bioontology.org/ontologies/FBbi
59
build:
610
checkout: git clone https://github.com/foundingGIDE/fbbi.git
711
path: .

0 commit comments

Comments
 (0)