fix broken bootstrap theme generator link

This commit is contained in:
Kukks 2020-05-31 20:53:43 +02:00
parent ebc99adc58
commit 379e5741e7

View File

@ -38,7 +38,7 @@
<input asp-for="BootstrapCssUri" class="form-control" />
<span asp-validation-for="BootstrapCssUri" class="text-danger"></span>
<p class="form-text text-muted">
<a href="https://bootstrap.build/app/v4.0/" target="_blank">Build your own theme</a>
<a href="https://pikock.github.io/bootstrap-magic/app/index.html" target="_blank">Build your own theme</a>
or <a href="https://bootswatch.com/" target="_blank">pick one already made</a>
</p>
</div>