fix GitHub license images not using HTTPS

This commit is contained in:
Jesse Plamondon-Willard 2020-05-16 20:03:08 -04:00
parent 9d86f20ca7
commit aa5cc2c9be
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ else
<a v-bind:href="mod.SourceUrl">source</a>
<span v-if="mod.GitHubRepo">
@* see https://shields.io/category/license *@
(<img v-bind:src="'http://img.shields.io/github/license/' + mod.GitHubRepo + '?style=flat-square.png&label='" class="license-badge" alt="source" />)
(<img v-bind:src="'https://img.shields.io/github/license/' + mod.GitHubRepo + '?style=flat-square.png&label='" class="license-badge" alt="source" />)
</span>
</span>
<span v-else class="mod-closed-source">no source</span>