Skip to content

Commit 02d9294

Browse files
committed
Link edit
1 parent ea25f0d commit 02d9294

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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.html")
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.html")
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.html")
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.html")
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.html")
405+
[Next]("06_Files")

Notes/01_Introduction/06_Files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,4 @@ Try it:
214214
>>>
215215
```
216216

217-
[Next]("07_Functions.html")
217+
[Next]("07_Functions")

0 commit comments

Comments
 (0)