Skip to content

Commit 907c504

Browse files
lguerardclaude
andauthored
docs: 🐛 use absolute logo URL so PyPI renders it (#41)
PyPI can't resolve the relative docs/assets/logo.png path, so the project page showed the alt text instead of the image. Point the README <img> at the raw.githubusercontent.com URL (works on GitHub and PyPI). Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3d338ab commit 907c504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="docs/assets/logo.png" alt="patchworks logo" width="220">
2+
<img src="https://raw.githubusercontent.com/imcf/patchworks/main/docs/assets/logo.png" alt="patchworks logo" width="220">
33
</p>
44

55
# patchworks

0 commit comments

Comments
 (0)