Skip to content

Commit 4bd0e2d

Browse files
committed
move images to a separate directory
1 parent 0f03118 commit 4bd0e2d

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

if.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ At this point it's easier to put your code into a file and use it
5252
there. If you use IDLE, go to File at top left and select New File, or
5353
just press Ctrl+N.
5454

55-
![New File in IDLE](idle-new.png)
55+
![New File in IDLE](images/idle-new.png)
5656

5757
If you don't use IDLE, please take the time to
5858
[set up your editor correctly](editor-setup.md).
File renamed without changes.
File renamed without changes.

installing-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ programming tools are not going to help you with this at all.
6161
Launch Python's IDLE like any other program. You should see something
6262
like this:
6363

64-
![IDLE](idle.png)
64+
![IDLE](images/idle.png)
6565

6666
From now on, I'll instead show everything like this, so I don't have to
6767
take more screenshots:

0 commit comments

Comments
 (0)