Skip to content

Commit 51fa870

Browse files
authored
Update OntoBee URLpattern (OBOFoundry#2364)
* Update OntoBee URLpattern * Use https in OntoBee URLs
1 parent df08c70 commit 51fa870

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

_includes/ontology_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110

111111
<td>
112112
<a
113-
href="https://ontobee.org/browser/index.php?o={{ont.id}}"
113+
href="https://ontobee.org/ontology/{{ont.id}}"
114114
class="btn btn-outline-primary"
115115
aria-label="Browse {{ ont.title }} on OntoBee"
116116
title="Browse on Ontobee"

_layouts/ontology_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1>
5555
<div class="card" style="margin-bottom: 1.5em;">
5656
<div class="card-body">
5757
<!-- TODO: each ontology should configure which browsers to be exposed in -->
58-
<a href="https://ontobee.org/browser/index.php?o={{page.id}}" class="btn btn-outline-primary">
58+
<a href="https://ontobee.org/ontology/{{page.id}}" class="btn btn-outline-primary">
5959
OntoBee
6060
</a>
6161
{% if page.aberowl_id %}

assets/js/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jQuery(document).ready(function() {
242242
<a class="btn btn-outline-primary" href="http://purl.obolibrary.org/obo/${id}.owl" aria-label="Download ${title} in OWL format" title="Download ${title} in OWL format">
243243
<i class="bi-download" aria-hidden="true"></i>
244244
</a>
245-
<a class="btn btn-outline-primary" href="http://www.ontobee.org/browser/index.php?o=${id}" aria-label="Browse ${title} on OntoBee" title="Browse ${title} on OntoBee">
245+
<a class="btn btn-outline-primary" href="https://www.ontobee.org/ontology/${id}" aria-label="Browse ${title} on OntoBee" title="Browse ${title} on OntoBee">
246246
<i class="bi-eye" aria-hidden="true"></i>
247247
</a>
248248
${tracker}

ontology/obi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ activity_status: active
7878

7979
The Ontology for Biomedical Investigations (OBI) project is developing an integrated ontology for the description of life-science and clinical investigations.
8080

81-
- [Browse OBI on Ontobee](http://www.ontobee.org/browser/index.php?o=obi)
81+
- [Browse OBI on Ontobee](https://www.ontobee.org/ontology/obi)
8282
- Download OBI: [http://purl.obolibrary.org/obo/obi.owl](http://purl.obolibrary.org/obo/obi.owl)
8383
- [OBI homepage](http://obi-ontology.org)
8484
- [OBI mailing list](http://groups.google.com/group/obi-users)

ontology/poro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ An ontology covering the anatomy of Porifera (sponges)
4747

4848
## Browse ##
4949

50-
The ontology can be browsed in [OntoBee](http://www.ontobee.org/browser/index.php?o=PORO)
50+
The ontology can be browsed in [OntoBee](https://www.ontobee.org/ontology/PORO)
5151

5252
Example entry points:
5353

0 commit comments

Comments
 (0)