|
21 | 21 |
|
22 | 22 | <div align="center"> |
23 | 23 |
|
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. --> |
25 | 25 | <a href="https://marketplace.visualstudio.com/items?itemName=MichaelCurrin.auto-commit-msg" |
26 | 26 | 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" |
28 | 28 | alt="Logo" |
29 | 29 | width="200" /> |
30 | 30 | </a> |
|
37 | 37 | ## Preview |
38 | 38 |
|
39 | 39 | <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" |
41 | 41 | alt="sample screenshot of chore" |
42 | 42 | width="300" /> |
43 | 43 | </div> |
@@ -82,25 +82,25 @@ Here are some screenshots of what messages the extension generates based on chan |
82 | 82 | If you created a new file and staged it: |
83 | 83 |
|
84 | 84 | <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" /> |
86 | 86 | </div> |
87 | 87 |
|
88 | 88 | If you updated a build-related file: |
89 | 89 |
|
90 | 90 | <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" /> |
92 | 92 | </div> |
93 | 93 |
|
94 | 94 | If updated a file in `docs/` or a `README.md` anywhere: |
95 | 95 |
|
96 | 96 | <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" /> |
98 | 98 | </div> |
99 | 99 |
|
100 | 100 | If you renamed a file: |
101 | 101 |
|
102 | 102 | <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" /> |
104 | 104 | </div> |
105 | 105 |
|
106 | 106 |
|
|
0 commit comments