From d6680ea5b85794596b82888f3f35bb9a730b750c Mon Sep 17 00:00:00 2001 From: David Beazley Date: Tue, 26 May 2020 12:58:35 -0500 Subject: [PATCH] Fix links --- Notes/02_Working_with_data/05_Collections.md | 2 +- Notes/02_Working_with_data/07_Objects.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Notes/02_Working_with_data/05_Collections.md b/Notes/02_Working_with_data/05_Collections.md index 8117258..c2c1a21 100644 --- a/Notes/02_Working_with_data/05_Collections.md +++ b/Notes/02_Working_with_data/05_Collections.md @@ -157,4 +157,4 @@ This is only a small taste of what counters provide. However, if you ever find yourself needing to tabulate values, you should consider using one. -[Contents](../Contents) \| [Previous (2.4 Sequences)](04_Sequences) \| [Next (2.6 List Comprehensions)](06_List_comprehensions) +[Contents](../Contents) \| [Previous (2.4 Sequences)](04_Sequences) \| [Next (2.6 List Comprehensions)](06_List_comprehension) diff --git a/Notes/02_Working_with_data/07_Objects.md b/Notes/02_Working_with_data/07_Objects.md index 9c923dd..d0250c9 100644 --- a/Notes/02_Working_with_data/07_Objects.md +++ b/Notes/02_Working_with_data/07_Objects.md @@ -410,4 +410,4 @@ Let’s convert the fields using a similar trick: Spend some time to ponder what you’ve done in this exercise. We’ll revisit these ideas a little later. -[Contents](../Contents) \| [Previous (2.6 List Comprehensions)](06_List_comprehensions) \| [Next (3 Program Organization)](../03_Program_organization/00_Cotents) +[Contents](../Contents) \| [Previous (2.6 List Comprehensions)](06_List_comprehension) \| [Next (3 Program Organization)](../03_Program_organization/00_Cotents)