10000 doc: Use absolute links for readme images. · matplotlib/matplotlib@087c74f · GitHub
[go: up one dir, main page]

Skip to content

Commit 087c74f

Browse files
committed
doc: Use absolute links for readme images.
PyPI doesn't have our whole repo, so a relative link doesn't work.
1 parent db7492f commit 087c74f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
.. |NUMFocus| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
4141
.. _NUMFocus: https://www.numfocus.org
4242

43-
.. image:: doc/_static/logo2.png
43+
.. image:: https://matplotlib.org/_static/logo2.svg
4444

4545
Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.
4646

4747
Check out our `home page <https://matplotlib.org/>`_ for more information.
4848

49-
.. image:: doc/_static/readme_preview.png
49+
.. image:: https://matplotlib.org/_static/readme_preview.png
5050

5151
Matplotlib produces publication-quality figures in a variety of hardcopy formats
5252
and interactive environments across platforms. Matplotlib can be used in Python scripts,

0 commit comments

Comments
 (0)
0