diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-16 20:03:08 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-16 20:03:08 -0400 |
commit | aa5cc2c9be8bdc79c6fa7b1b9c2581a05b88117d (patch) | |
tree | 0142b68f94fbf33bddcf3079bbf1fc4c4fdf9f25 /src | |
parent | 9d86f20ca728811c1da908337a4d5e7a998e5b48 (diff) | |
download | SMAPI-aa5cc2c9be8bdc79c6fa7b1b9c2581a05b88117d.tar.gz SMAPI-aa5cc2c9be8bdc79c6fa7b1b9c2581a05b88117d.tar.bz2 SMAPI-aa5cc2c9be8bdc79c6fa7b1b9c2581a05b88117d.zip |
fix GitHub license images not using HTTPS
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.Web/Views/Mods/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/Mods/Index.cshtml b/src/SMAPI.Web/Views/Mods/Index.cshtml index c62e1466..cda2923d 100644 --- a/src/SMAPI.Web/Views/Mods/Index.cshtml +++ b/src/SMAPI.Web/Views/Mods/Index.cshtml @@ -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> |