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>
|
||||
|
||||
<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>
|
||||
|
||||
<p>
|
||||
@ -39,7 +39,7 @@ following Markdown
|
||||
</p>
|
||||
|
||||
<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>
|
||||
|
||||
<p>
|
||||
@ -47,7 +47,7 @@ would render this badge:
|
||||
</p>
|
||||
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user