Skip to content

Commit 50396be

Browse files
committed
Changed redirect link protocol from http to https.
1 parent bf0c71a commit 50396be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<!--Slides-->
4949
<div class="carousel-inner" role="listbox">
5050
<div class="carousel-item active">
51-
<a href = "http://causalpath.cs.umb.edu" target="_self"><img class="d-block w-100 cursor-pointer" src="img/redirect.png"></a>
51+
<a href = "https://causalpath.cs.umb.edu" target="_self"><img class="d-block w-100 cursor-pointer" src="img/redirect.png"></a>
5252
</div>
5353
<div class="carousel-item">
5454
<a href = "https://www.cell.com/patterns/fulltext/S2666-3899(21)00083-0?rss=yes&utm_source=dlvr.it&utm_medium=twitter" target="_blank"><img class="d-block w-100 cursor-pointer" src="img/overview.png"></a>

0 commit comments

Comments
 (0)