From 0eb6274bc072d3107736b81f36aeb0563851519b Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Mon, 13 Apr 2026 12:53:07 +0100 Subject: [PATCH] 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. --- ontology/fbbi.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ontology/fbbi.md b/ontology/fbbi.md index f596cb8f7..131c07e6d 100644 --- a/ontology/fbbi.md +++ b/ontology/fbbi.md @@ -2,6 +2,10 @@ layout: ontology_detail id: fbbi title: Biological Imaging Methods Ontology +browsers: +- title: BioPortal Browser + label: BioPortal + url: https://bioportal.bioontology.org/ontologies/FBbi build: checkout: git clone https://github.com/foundingGIDE/fbbi.git path: .