Skip to content

Commit d238f0a

Browse files
turianclaude
andcommitted
Fix PyPI README images with absolute URLs
PyPI doesn't support relative image paths - must use absolute raw.githubusercontent.com URLs for images to display. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 85d4f7d commit d238f0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="assets/mascot.png" alt="Fastmail CLI mascot" width="300">
2+
<img src="https://raw.githubusercontent.com/noc0dev/fastmail-cli/main/assets/mascot.png" alt="Fastmail CLI mascot" width="300">
33
</p>
44

55
<h1 align="center">fastmail-cli</h1>
@@ -18,7 +18,7 @@
1818
## Demo
1919

2020
<p align="left">
21-
<img src="assets/demo.gif" alt="Demo">
21+
<img src="https://raw.githubusercontent.com/noc0dev/fastmail-cli/main/assets/demo.gif" alt="Demo">
2222
</p>
2323

2424
---

0 commit comments

Comments
 (0)