We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8798b commit 0ba030dCopy full SHA for 0ba030d
1 file changed
README.md
@@ -21,10 +21,10 @@
21
22
<div align="center">
23
24
-<!-- To avoid error on installing extension, image URL must be HTTPS and not a local path. And also must not be SVG. -->
+<!-- Must not be SVG. Also all image URLs must be full HTTPS URLs, or be relative and not absolute paths. -->
25
<a href="https://marketplace.visualstudio.com/items?itemName=MichaelCurrin.auto-commit-msg"
26
title="Go to Marketplace extension page">
27
- <img src="https://github.com/MichaelCurrin/auto-commit-msg/raw/master/images/icon.png"
+ <img src="./images/icon.png"
28
alt="Logo"
29
width="200" />
30
</a>
0 commit comments