Skip to content

Commit 301e656

Browse files
committed
Use https for download links
1 parent c7d9c6c commit 301e656

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/ontology_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h1>
126126
{% for p in page.products %}
127127
<tr>
128128
<td>
129-
<a href="http://purl.obolibrary.org/obo/{{p.id}}">{{p.id}}</a>
129+
<a href="https://purl.obolibrary.org/obo/{{p.id}}">{{p.id}}</a>
130130
</td>
131131
<td>{{p.title}}</td>
132132
<td>

assets/js/custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jQuery(document).ready(function() {
239239
<a class="btn btn-outline-primary" href="${homepage}" aria-label="Go to the homepage for ${title}" title="Go to the homepage for ${title}">
240240
<i class="bi-house" aria-hidden="true"></i>
241241
</a>
242-
<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">
242+
<a class="btn btn-outline-primary" href="https://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>
245245
<a class="btn btn-outline-primary" href="https://www.ontobee.org/ontology/${id}" aria-label="Browse ${title} on OntoBee" title="Browse ${title} on OntoBee">

0 commit comments

Comments
 (0)