Skip to content

Commit

Permalink
github buttons over https
Browse files Browse the repository at this point in the history
  • Loading branch information
friguzzi committed Jan 3, 2023
1 parent 929cf70 commit e55a9a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions web/help/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,19 @@
We also provide a <a href="https://hub.docker.com/r/swipl/swish/">Docker image</a>.
</p>
<div class="github">
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=friguzzi&amp;repo=swish&amp;type=watch&amp;count=true" width="100" height="20" title="Star on GitHub"></iframe>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=friguzzi&amp;repo=swish&amp;type=fork&amp;count=true" width="102" height="20" title="Fork on GitHub"></iframe>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=friguzzi&amp;repo=swish&amp;type=watch&amp;count=true" width="100" height="20" title="Star on GitHub"></iframe>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=friguzzi&amp;repo=swish&amp;type=fork&amp;count=true" width="102" height="20" title="Fork on GitHub"></iframe>
</div>

<p>
The <span style="color:maroon">cplint</span>
source is available from
<a itemprop="codeRepository" href="http://github.com/friguzzi/cplint.git">
<a itemprop="codeRepository" href="https://github.com/friguzzi/cplint.git">
Github</a>.
</p>
<div class="github">
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=friguzzi&amp;repo=cplint&amp;type=watch&amp;count=true" width="100" height="20" title="Star on GitHub"></iframe>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=friguzzi&amp;repo=cplint&amp;type=fork&amp;count=true" width="102" height="20" title="Fork on GitHub"></iframe>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=friguzzi&amp;repo=cplint&amp;type=watch&amp;count=true" width="100" height="20" title="Star on GitHub"></iframe>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=friguzzi&amp;repo=cplint&amp;type=fork&amp;count=true" width="102" height="20" title="Fork on GitHub"></iframe>
</div>

<p>
Expand All @@ -82,8 +82,8 @@
Github</a>.
</p>
<div class="github">
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=frnmst&amp;repo=cplint_r&amp;type=watch&amp;count=true" width="100" height="20" title="Star on GitHub"></iframe>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=frnmst&amp;repo=cplint_r&amp;type=fork&amp;count=true" width="102" height="20" title="Fork on GitHub"></iframe>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=frnmst&amp;repo=cplint_r&amp;type=watch&amp;count=true" width="100" height="20" title="Star on GitHub"></iframe>
<iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=frnmst&amp;repo=cplint_r&amp;type=fork&amp;count=true" width="102" height="20" title="Fork on GitHub"></iframe>
</div>


Expand Down

0 comments on commit e55a9a8

Please sign in to comment.