Fix links

This commit is contained in:
David Beazley
2020-05-24 17:05:18 -05:00
parent 6ff4e37d08
commit 87531b015f
5 changed files with 5 additions and 5 deletions

View File

@@ -183,4 +183,4 @@ exercise work. For example:
>>>
```
[Next]("02_Hello_world")
[Next](02_Hello_world)

View File

@@ -503,4 +503,4 @@ an identifying filename and line number.
* Fix the error
* Run the program successfully
[Next]("03_Numbers")
[Next](03_Numbers)

View File

@@ -232,4 +232,4 @@ Months 309
While youre at it, fix the program to correct the for overpayment that occurs in the last month.
[Next]("04_Strings")
[Next](04_Strings)

View File

@@ -420,4 +420,4 @@ For example, a popular alternative to Python's normal interactive mode
is IPython (http://ipython.org). IPython provides some nice features
such as tab-completion of method names, more integrated help and more.
[Next]("05_Lists")
[Next](05_Lists)

View File

@@ -402,4 +402,4 @@ example, a list that consists entirely of numbers or a list of text
strings. Mixing different kinds of data together in the same list is
often a good way to make your head explode so it's best avoided.
[Next]("06_Files")
[Next](06_Files)