Skip to content

Commit bd73620

Browse files
Use absolute URL for README logo to fix PyPI rendering
PyPI cannot resolve relative image paths. Use raw.githubusercontent.com URL so the logo displays on both GitHub and PyPI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 50f7670 commit bd73620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
<img src="docs/_static/icon.png" alt="PyAthena logo" width="250">
5+
<img src="https://raw.githubusercontent.com/laughingman7743/PyAthena/master/docs/_static/icon.png" alt="PyAthena logo" width="250">
66

77
[![PyPI - Version](https://badge.fury.io/py/pyathena.svg)](https://badge.fury.io/py/pyathena)
88
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/PyAthena.svg)](https://pypi.org/project/PyAthena/)

0 commit comments

Comments
 (0)