Skip to content

Commit a14c329

Browse files
shaunabananajonathanslenders
authored andcommitted
Update dead image links in README.rst
1 parent 3767d50 commit a14c329

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ptpython
99

1010
pip install ptpython
1111

12-
.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/example1.png
12+
.. image :: ./docs/images/example1.png
1313
1414
Ptpython is an advanced Python REPL. It should work on all
1515
Python versions from 2.6 up to 3.11 and work cross platform (Linux,
@@ -109,15 +109,15 @@ More screenshots
109109

110110
The configuration menu:
111111

112-
.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/ptpython-menu.png
112+
.. image :: ./docs/images/ptpython-menu.png
113113
114114
The history page and its help:
115115

116-
.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/ptpython-history-help.png
116+
.. image :: ./docs/images/ptpython-history-help.png
117117
118118
Autocompletion:
119119

120-
.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/file-completion.png
120+
.. image :: ./docs/images/file-completion.png
121121
122122
123123
Embedding the REPL
@@ -159,7 +159,7 @@ terminal, you have to check the "Use option as meta key" checkbox in your
159159
terminal settings. For iTerm2, you have to check "Left option acts as +Esc" in
160160
the options.)
161161

162-
.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/multiline.png
162+
.. image :: ./docs/images/multiline.png
163163
164164
165165
Syntax validation
@@ -169,7 +169,7 @@ Before execution, ``ptpython`` will see whether the input is syntactically
169169
correct Python code. If not, it will show a warning, and move the cursor to the
170170
error.
171171

172-
.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/validation.png
172+
.. image :: ./docs/images/validation.png
173173
174174
175175
Asyncio REPL and top level await
@@ -208,7 +208,7 @@ variable, if set, can also be used to explicitly override where configuration
208208
is looked for.
209209

210210
Have a look at this example to see what is possible:
211-
`config.py <https://github.com/jonathanslenders/ptpython/blob/master/examples/ptpython_config/config.py>`_
211+
`config.py <https://github.com/prompt-toolkit/ptpython/blob/master/examples/ptpython_config/config.py>`_
212212

213213
Note config file support currently only works when invoking `ptpython` directly.
214214
That it, the config file will be ignored when embedding ptpython in an application.
@@ -222,7 +222,7 @@ with all the power that IPython has to offer, like magic functions and shell
222222
integration. Make sure that IPython has been installed. (``pip install
223223
ipython``)
224224

225-
.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/ipython.png
225+
.. image :: ./docs/images/ipython.png
226226
227227
This is also available for embedding:
228228

@@ -253,7 +253,7 @@ Windows support
253253
``prompt_toolkit`` and ``ptpython`` works better on Linux and OS X than on
254254
Windows. Some things might not work, but it is usable:
255255

256-
.. image :: https://github.com/jonathanslenders/ptpython/raw/master/docs/images/windows.png
256+
.. image :: ./docs/images/windows.png
257257
258258
Windows terminal integration
259259
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)