Update imdb link to use HTTPS

This commit is contained in:
Nirmal Patel 2020-04-09 12:26:13 -04:00 committed by GitHub
commit 653fb9b482
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@
<div class="col-sm-8 small-padding">
<div>
<a *ngIf="node.imdbId" href="http://www.imdb.com/title/{{node.imdbId}}/" target="_blank">
<a *ngIf="node.imdbId" href="https://www.imdb.com/title/{{node.imdbId}}/" target="_blank">
<h4>{{node.title}} ({{node.firstAired | amLocal | amDateFormat: 'YYYY'}})</h4>
</a>