Skip to content

Commit 7307930

Browse files
committed
docs: make images absolute URLs
1 parent 0ba030d commit 7307930

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

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

2222
<div align="center">
2323

24-
<!-- Must not be SVG. Also all image URLs must be full HTTPS URLs, or be relative and not absolute paths. -->
24+
<!-- Must not be SVG. Also all image URLs must be full HTTPS URLs - absolute paths. -->
2525
<a href="https://marketplace.visualstudio.com/items?itemName=MichaelCurrin.auto-commit-msg"
2626
title="Go to Marketplace extension page">
27-
<img src="./images/icon.png"
27+
<img src="https://github.com/MichaelCurrin/auto-commit-msg/raw/master/images/icon.png"
2828
alt="Logo"
2929
width="200" />
3030
</a>
@@ -37,7 +37,7 @@
3737
## Preview
3838

3939
<div align="center">
40-
<img src="/docs/_media/sample-chore.png"
40+
<img src="https://github.com/MichaelCurrin/auto-commit-msg/raw/master/docs/_media/sample-chore.png"
4141
alt="sample screenshot of chore"
4242
width="300" />
4343
</div>
@@ -82,25 +82,25 @@ Here are some screenshots of what messages the extension generates based on chan
8282
If you created a new file and staged it:
8383

8484
<div align="center">
85-
<img src="/docs/_media/sample-feat.png" alt="feat" title="feat" width="250" />
85+
<img src="https://github.com/MichaelCurrin/auto-commit-msg/raw/master/docs/_media/sample-feat.png" alt="feat" title="feat" width="250" />
8686
</div>
8787

8888
If you updated a build-related file:
8989

9090
<div align="center">
91-
<img src="/docs/_media/sample-build.png" alt="build" title="build" width="250" />
91+
<img src="https://github.com/MichaelCurrin/auto-commit-msg/raw/master/docs/_media/sample-build.png" alt="build" title="build" width="250" />
9292
</div>
9393

9494
If updated a file in `docs/` or a `README.md` anywhere:
9595

9696
<div align="center">
97-
<img src="/docs/_media/sample-docs.png" alt="docs" title="docs" width="250" />
97+
<img src="https://github.com/MichaelCurrin/auto-commit-msg/raw/master/docs/_media/sample-docs.png" alt="docs" title="docs" width="250" />
9898
</div>
9999

100100
If you renamed a file:
101101

102102
<div align="center">
103-
<img src="/docs/_media/sample-rename.png" alt="rename" title="rename" width="250" />
103+
<img src="https://github.com/MichaelCurrin/auto-commit-msg/raw/master/docs/_media/sample-rename.png" alt="rename" title="rename" width="250" />
104104
</div>
105105

106106

0 commit comments

Comments
 (0)