Skip to content

Commit 89a384b

Browse files
committed
Update relative links to soure code in subfolder
1 parent bc72605 commit 89a384b

12 files changed

+10
-10
lines changed

Diff for: source/dictogram.py renamed to Code/dictogram.py

File renamed without changes.
File renamed without changes.

Diff for: source/hashtable.py renamed to Code/hashtable.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: source/listogram.py renamed to Code/listogram.py

File renamed without changes.
File renamed without changes.

Diff for: Lessons/AlgorithmAnalysis.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ These challenges are more difficult and help you push your skills and understand
6161

6262
[Page 10: Performance Analysis]: https://www.makeschool.com/academy/tutorial/tweet-generator-data-structures-probability-with-python/performance-analysis
6363

64-
[linked list source code]: source/linkedlist.py
65-
[hash table source code]: source/hashtable.py
64+
[linked list source code]: ../Code/linkedlist.py
65+
[hash table source code]: ../Code/hashtable.py

Diff for: Lessons/Architecture.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ These challenges are more difficult and help you push your skills and understand
5656
[coupling]: https://en.wikipedia.org/wiki/Coupling_(computer_programming)
5757
[iterable container]: https://docs.python.org/3/library/stdtypes.html#typeiter
5858
59-
[dictogram starter code]: source/dictogram.py
60-
[dictogram unit tests]: source/dictogram_test.py
61-
[listogram starter code]: source/listogram.py
62-
[listogram unit tests]: source/listogram_test.py
59+
[dictogram starter code]: ../Code/dictogram.py
60+
[dictogram unit tests]: ../Code/dictogram_test.py
61+
[listogram starter code]: ../Code/listogram.py
62+
[listogram unit tests]: ../Code/listogram_test.py

Diff for: Lessons/ArraysLinkedLists.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ These challenges are more difficult and help you push your skills and understand
5959
[Page 8: Linked List]: https://www.makeschool.com/academy/tutorial/tweet-generator-data-structures-probability-with-python/linked-list
6060
[iterable container]: https://docs.python.org/3/library/stdtypes.html#typeiter
6161

62-
[linked list starter code]: source/linkedlist.py
63-
[linked list unit tests]: source/linkedlist_test.py
62+
[linked list starter code]: ../Code/linkedlist.py
63+
[linked list unit tests]: ../Code/linkedlist_test.py

Diff for: Lessons/HashTables.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ These challenges are more difficult and help you push your skills and understand
6565

6666
[Page 9: Hash Table]: https://www.makeschool.com/academy/tutorial/tweet-generator-data-structures-probability-with-python/hash-table
6767

68-
[hash table starter code]: source/hashtable.py
69-
[hash table unit tests]: source/hashtable_test.py
68+
[hash table starter code]: ../Code/hashtable.py
69+
[hash table unit tests]: ../Code/hashtable_test.py

0 commit comments

Comments
 (0)