Skip to content

Commit 8d8798b

Browse files
committed
docs: fix image URL
1 parent ecb21f7 commit 8d8798b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121

2222
<div align="center">
2323

24+
<!-- To avoid error on installing extension, image URL must be HTTPS and not a local path. And also must not be SVG. -->
2425
<a href="https://marketplace.visualstudio.com/items?itemName=MichaelCurrin.auto-commit-msg"
2526
title="Go to Marketplace extension page">
26-
<img src="/images/icon.png"
27-
alt="Logo"
27+
<img src="https://github.com/MichaelCurrin/auto-commit-msg/raw/master/images/icon.png"
28+
alt="Logo"
2829
width="200" />
2930
</a>
3031

@@ -36,8 +37,8 @@
3637
## Preview
3738

3839
<div align="center">
39-
<img src="/docs/_media/sample-chore.png"
40-
alt="sample screenshot of chore"
40+
<img src="/docs/_media/sample-chore.png"
41+
alt="sample screenshot of chore"
4142
width="300" />
4243
</div>
4344

0 commit comments

Comments
 (0)