Update links

This commit is contained in:
Valentin Brandl 2019-04-18 00:30:42 +02:00
parent c93905f8ca
commit e1781c771f
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -29,7 +29,7 @@ used for GitHub, GitLab and Bitbucket repositories. Just put the following code
</p> </p>
<pre> <pre>
![Hits-of-Code](https://hoc.oldsql.cc/&lt;service&gt;/&lt;user&gt;/&lt;repo&gt;) ![Hits-of-Code](https://hitsofcode.com/&lt;service&gt;/&lt;user&gt;/&lt;repo&gt;)
</pre> </pre>
<p> <p>
@ -38,7 +38,7 @@ following Markdown
</p> </p>
<pre> <pre>
![Hits-of-Code](https://hoc.oldsql.cc/github/vbrandl/elm-chess) ![Hits-of-Code](https://hitsofcode.com/github/vbrandl/elm-chess)
</pre> </pre>
<p> <p>
@ -46,7 +46,7 @@ would render this badge:
</p> </p>
<pre> <pre>
<img src="https://hoc.oldsql.cc/github/vbrandl/elm-chess" /> <img src="https://hitsofcode.com/github/vbrandl/elm-chess" />
</pre> </pre>
</div> </div>