diff --git a/Notes/01_Introduction/01_Python.md b/Notes/01_Introduction/01_Python.md index 991196c..c992f5a 100644 --- a/Notes/01_Introduction/01_Python.md +++ b/Notes/01_Introduction/01_Python.md @@ -183,4 +183,4 @@ exercise work. For example: >>> ``` -[Next]("02_Hello_World.html") +[Next]("02_Hello_world") diff --git a/Notes/01_Introduction/02_Hello_world.md b/Notes/01_Introduction/02_Hello_world.md index 80c2723..5b793ae 100644 --- a/Notes/01_Introduction/02_Hello_world.md +++ b/Notes/01_Introduction/02_Hello_world.md @@ -503,4 +503,4 @@ an identifying filename and line number. * Fix the error * Run the program successfully -[Next]("03_Numbers.html") \ No newline at end of file +[Next]("03_Numbers") \ No newline at end of file diff --git a/Notes/01_Introduction/03_Numbers.md b/Notes/01_Introduction/03_Numbers.md index fb99e18..2ea4ef9 100644 --- a/Notes/01_Introduction/03_Numbers.md +++ b/Notes/01_Introduction/03_Numbers.md @@ -232,4 +232,4 @@ Months 309 While you’re at it, fix the program to correct the for overpayment that occurs in the last month. -[Next]("04_Strings.html") \ No newline at end of file +[Next]("04_Strings") \ No newline at end of file diff --git a/Notes/01_Introduction/04_Strings.md b/Notes/01_Introduction/04_Strings.md index 0a7c8c9..836d6a8 100644 --- a/Notes/01_Introduction/04_Strings.md +++ b/Notes/01_Introduction/04_Strings.md @@ -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.html") \ No newline at end of file +[Next]("05_Lists") \ No newline at end of file diff --git a/Notes/01_Introduction/05_Lists.md b/Notes/01_Introduction/05_Lists.md index e056c9e..076a416 100644 --- a/Notes/01_Introduction/05_Lists.md +++ b/Notes/01_Introduction/05_Lists.md @@ -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.html") \ No newline at end of file +[Next]("06_Files") \ No newline at end of file diff --git a/Notes/01_Introduction/06_Files.md b/Notes/01_Introduction/06_Files.md index 7669e94..0d353ae 100644 --- a/Notes/01_Introduction/06_Files.md +++ b/Notes/01_Introduction/06_Files.md @@ -214,4 +214,4 @@ Try it: >>> ``` -[Next]("07_Functions.html") \ No newline at end of file +[Next]("07_Functions") \ No newline at end of file