Skip to content

Commit

Permalink
Fix badges not displaying by using https
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
chhsiao90 committed Jan 9, 2024
1 parent 2af6df7 commit 5204323
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ <h1>modelmapper</h1>
<div class="container">
<ul class="bs-docs-social-buttons">
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=modelmapper&amp;repo=modelmapper&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=modelmapper&amp;repo=modelmapper&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
</li>
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=modelmapper&amp;repo=modelmapper&amp;type=fork&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=modelmapper&amp;repo=modelmapper&amp;type=fork&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
</li>
<li class="tweet-btn">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://modelmapper.org" data-text="Check out ModelMapper">Tweet</a>
Expand Down Expand Up @@ -108,7 +108,7 @@ <h2>Extensible</h2>
</div>
</div>

<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
Expand Down

0 comments on commit 5204323

Please sign in to comment.