Skip to content

Commit ee312dd

Browse files
committed
chore: update README image links to absolute paths
1 parent 744248f commit ee312dd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="docs/_static/logo.png" alt="Breeze" width="100" height="100">
2+
<img src="https://raw.githubusercontent.com/aksiome/breeze/refs/heads/main/docs/_static/logo.png" alt="Breeze" width="100" height="100">
33
</p>
44

55
<h1 align="center">Breeze</h1>
@@ -9,9 +9,9 @@
99
</p>
1010

1111
<p align="center">
12-
<a href="https://pypi.org/project/sphinx-breeze-theme/"><img src="https://img.shields.io/pypi/v/sphinx-breeze-theme?color=%2334D058" alt="PyPI version"></a>
13-
<a href="https://pypistats.org/packages/sphinx-breeze-theme"><img src="https://img.shields.io/pypi/dm/sphinx-breeze-theme.svg" alt="Downloads"/></a>
14-
<a href="https://sphinx-breeze-theme.readthedocs.io/"><img src="https://img.shields.io/readthedocs/sphinx-breeze-theme" alt="Documentation"></a>
12+
<a href="https://pypi.org/project/sphinx-breeze-theme/"><img src="https://img.shields.io/pypi/v/sphinx-breeze-theme?logo=python&amp;color=blue&amp;logoColor=white&amp;label=PyPI" alt="PyPI version"></a>
13+
<a href="https://sphinx-breeze-theme.readthedocs.io/"><img src="https://img.shields.io/readthedocs/sphinx-breeze-theme?logo=readthedocs&amp;logoColor=white" alt="Documentation"></a>
14+
<a href="https://pypistats.org/packages/sphinx-breeze-theme"><img src="https://img.shields.io/pypi/dm/sphinx-breeze-theme.svg?color=yellow" alt="Downloads"/></a>
1515
<a href="https://github.com/aksiome/breeze/blob/main/LICENSE"><img src="https://img.shields.io/pypi/l/sphinx-breeze-theme" alt="License"></a>
1616
</p>
1717

@@ -23,9 +23,9 @@
2323

2424
<p align="center">
2525
<picture>
26-
<source media="(prefers-color-scheme: dark)" srcset="docs/_static/screenshot-dark.png">
27-
<source media="(prefers-color-scheme: light)" srcset="docs/_static/screenshot-light.png">
28-
<img alt="Breeze theme screenshot" src="docs/_static/screenshot-light.png">
26+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/aksiome/breeze/refs/heads/main/docs/_static/screenshot-dark.png">
27+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/aksiome/breeze/refs/heads/main/docs/_static/screenshot-light.png">
28+
<img alt="Breeze theme screenshot" src="https://raw.githubusercontent.com/aksiome/breeze/refs/heads/main/docs/_static/screenshot-light.png">
2929
</picture>
3030
</p>
3131

0 commit comments

Comments
 (0)