From 6127667493f83df09b2efa4420df448f416e71a8 Mon Sep 17 00:00:00 2001 From: Jamie Scott Date: Wed, 16 Apr 2025 10:54:01 +0100 Subject: [PATCH] Fix images in README.rst Github images can't be linked to directly any more. The recommended method is to use repository relative URLs. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5e60710a6..7d02a53bb 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Python Prompt Toolkit |AppVeyor| |PyPI| |RTD| |License| |Codecov| -.. image :: https://github.com/prompt-toolkit/python-prompt-toolkit/raw/master/docs/images/logo_400px.png +.. image :: /docs/images/logo_400px.png ``prompt_toolkit`` *is a library for building powerful interactive command line applications in Python.* @@ -17,7 +17,7 @@ Gallery `ptpython `_ is an interactive Python Shell, build on top of ``prompt_toolkit``. -.. image :: https://github.com/prompt-toolkit/python-prompt-toolkit/raw/master/docs/images/ptpython.png +.. image :: /docs/images/ptpython.png `More examples `_