Update markdown examples to link to the overview page

This commit is contained in:
Valentin Brandl 2019-04-18 14:33:29 +02:00
parent 37242cced3
commit 761c9905c3
No known key found for this signature in database
GPG Key ID: 62E7C7F2C48DBBF2

View File

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