Skip to content

Commit d2d621d

Browse files
author
Greg Malcolm
committed
Switching to github hosted images
1 parent 859932a commit d2d621d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python Koans
88
Python Koans is a port of Edgecase's "Ruby Koans" which can be found
99
at http://rubykoans.com/.
1010

11-
.. image:: http://i442.photobucket.com/albums/qq150/gregmalcolm/PythonKoansScreenshot.png
11+
.. image:: https://user-images.githubusercontent.com/2614930/28401740-ec6214b2-6cd0-11e7-8afd-30ed3102bfd6.png
1212

1313
Python Koans is an interactive tutorial for learning the Python programming
1414
language by making tests pass.
@@ -99,7 +99,7 @@ or::
9999
In my case I'm using Python 3 with windows, so I fire up my command
100100
shell (cmd.exe) and run this:
101101

102-
.. image:: http://i442.photobucket.com/albums/qq150/gregmalcolm/GettingStarted.png
102+
.. image:: https://user-images.githubusercontent.com/2614930/28401747-f723ff00-6cd0-11e7-9b9a-a6993b753cf6.png
103103

104104
Apparently a test failed::
105105

@@ -122,7 +122,7 @@ expected value should be. For example::
122122
This is where the Python Command Line can come in handy. In this case I can
123123
fire up the command line, recreate the scenario and run queries:
124124

125-
.. image:: http://i442.photobucket.com/albums/qq150/gregmalcolm/DebuggingPython.png
125+
.. image:: https://user-images.githubusercontent.com/2614930/28401750-f9dcb296-6cd0-11e7-98eb-c20318eada33.png
126126

127127
Sniffer Support
128128
---------------

0 commit comments

Comments
 (0)