Skip to content

Commit e0f7912

Browse files
committed
docs(README): use raw GitHub URL for logo (PyPI compatibility)
why: PyPI renders external image URLs but the docs site URL may not be whitelisted. Raw GitHub URLs are the canonical pattern for images that work on both GitHub and PyPI. what: - Change logo src from libtmux.git-pull.com to raw.githubusercontent.com
1 parent 70bccee commit e0f7912

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
<h1>⚙️ libtmux</h1>
33
<p><strong>Drive tmux from Python: typed, object-oriented control over servers, sessions, windows, and panes.</strong></p>
44
<p>
5-
<a href="https://libtmux.git-pull.com/"><img src="https://libtmux.git-pull.com/_static/img/libtmux.svg" alt="libtmux logo" height="120"></a>
5+
<a href="https://libtmux.git-pull.com/"><img src="https://raw.githubusercontent.com/tmux-python/libtmux/master/docs/_static/img/libtmux.svg" alt="libtmux logo" height="120"></a>
66
</p>
77
<p>
88
<a href="https://pypi.org/project/libtmux/"><img src="https://img.shields.io/pypi/v/libtmux.svg" alt="PyPI version"></a>

0 commit comments

Comments
 (0)