Skip to content

Commit 5c852f8

Browse files
authored
Fix images in README.rst (#1987)
Github images can't be linked to directly any more. The recommended method is to use repository relative URLs.
1 parent bfec07f commit 5c852f8

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
@@ -3,7 +3,7 @@ Python Prompt Toolkit
33

44
|AppVeyor| |PyPI| |RTD| |License| |Codecov|
55

6-
.. image :: https://github.com/prompt-toolkit/python-prompt-toolkit/raw/master/docs/images/logo_400px.png
6+
.. image :: /docs/images/logo_400px.png
77
88
``prompt_toolkit`` *is a library for building powerful interactive command line applications in Python.*
99

@@ -17,7 +17,7 @@ Gallery
1717
`ptpython <http://github.com/prompt-toolkit/ptpython/>`_ is an interactive
1818
Python Shell, build on top of ``prompt_toolkit``.
1919

20-
.. image :: https://github.com/prompt-toolkit/python-prompt-toolkit/raw/master/docs/images/ptpython.png
20+
.. image :: /docs/images/ptpython.png
2121
2222
`More examples <https://python-prompt-toolkit.readthedocs.io/en/stable/pages/gallery.html>`_
2323

0 commit comments

Comments
 (0)