fix GitHub license images not using HTTPS
This commit is contained in:
parent
9d86f20ca7
commit
aa5cc2c9be
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue