Skip to content

Commit 87531b0

Browse files
committed
Fix links
1 parent 6ff4e37 commit 87531b0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Notes/01_Introduction/01_Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ exercise work. For example:
183183
>>>
184184
```
185185

186-
[Next]("02_Hello_world")
186+
[Next](02_Hello_world)

Notes/01_Introduction/02_Hello_world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,4 +503,4 @@ an identifying filename and line number.
503503
* Fix the error
504504
* Run the program successfully
505505

506-
[Next]("03_Numbers")
506+
[Next](03_Numbers)

Notes/01_Introduction/03_Numbers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,4 @@ Months 309
232232

233233
While you’re at it, fix the program to correct the for overpayment that occurs in the last month.
234234

235-
[Next]("04_Strings")
235+
[Next](04_Strings)

Notes/01_Introduction/04_Strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,4 +420,4 @@ For example, a popular alternative to Python's normal interactive mode
420420
is IPython (http://ipython.org). IPython provides some nice features
421421
such as tab-completion of method names, more integrated help and more.
422422

423-
[Next]("05_Lists")
423+
[Next](05_Lists)

Notes/01_Introduction/05_Lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,4 +402,4 @@ example, a list that consists entirely of numbers or a list of text
402402
strings. Mixing different kinds of data together in the same list is
403403
often a good way to make your head explode so it's best avoided.
404404

405-
[Next]("06_Files")
405+
[Next](06_Files)

0 commit comments

Comments
 (0)