Skip to content

Commit 72224c2

Browse files
committed
fixed cli toc and link
1 parent 96c034c commit 72224c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lessons/_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ parts:
3434
sections:
3535
- file: solving_problems/errors_and_debug.ipynb
3636
- file: solving_problems/writing_a_program.ipynb
37-
- file: solving_problems/command_line.ipynb
37+
- file: solving_problems/command_line.md
3838
- file: common_libs/common_libraries.md
3939
sections:
4040
- file: common_libs/matplotlib_pyplot_basics.ipynb

lessons/solving_problems/command_line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ On Linux it will depend on your distro. Generally look for an app called one of
2020

2121
Once opened we can do various things. Initially it should look something like this:
2222

23-
![An image of a terminal with just the current directory showing](/lessons/solving_problems/images/term_1.png)
23+
![An image of a terminal with just the current directory showing](/solving_problems/images/term_1.png)
2424

2525
Depending on the 'shell' that you have you might have more information, such as your user name. We can now enter commands into this prompt.
2626

0 commit comments

Comments
 (0)