From 87531b015f70135975dfcdbeff28c925fdfe213e Mon Sep 17 00:00:00 2001 From: David Beazley Date: Sun, 24 May 2020 17:05:18 -0500 Subject: [PATCH] Fix links --- Notes/01_Introduction/01_Python.md | 2 +- Notes/01_Introduction/02_Hello_world.md | 2 +- Notes/01_Introduction/03_Numbers.md | 2 +- Notes/01_Introduction/04_Strings.md | 2 +- Notes/01_Introduction/05_Lists.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Notes/01_Introduction/01_Python.md b/Notes/01_Introduction/01_Python.md index c992f5a..d50006f 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") +[Next](02_Hello_world) diff --git a/Notes/01_Introduction/02_Hello_world.md b/Notes/01_Introduction/02_Hello_world.md index 5b793ae..8d36e35 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") \ 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 2ea4ef9..59e8d12 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") \ 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 836d6a8..cbd02fa 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") \ 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 076a416..7b5c9ad 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") \ No newline at end of file +[Next](06_Files) \ No newline at end of file