Fix badge image URL in readme
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ Below are a selection of highlights.
|
|||||||
|
|
||||||
{{ range .badges }}
|
{{ range .badges }}
|
||||||
<a href="{{ .url }}" target="_blank">
|
<a href="{{ .url }}" target="_blank">
|
||||||
<img src="{{ .img }}" width="110px" />
|
<img src="https://www.marcusnoble.com/{{ .img }}" width="110px" />
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user