Update markdown examples to link to the overview page
This commit is contained in:
parent
37242cced3
commit
761c9905c3
@ -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/<service>/<user>/<repo>)
|
[![Hits-of-Code](https://hitsofcode.com/<service>/<user>/<repo>)](https://hitsofcode.com/<service>/<user>/<repo>)
|
||||||
</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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user