Skip to content

Commit 7761fd4

Browse files
authored
fixed broken links
Fixed broken examples links.
1 parent a05173c commit 7761fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

12-chapter-Sorting-Algorithms/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
### Code Examples
44
- [Basic Sorting Algorithms](./basic-sort.js)
5-
- [Advanced Sorting Algorithms - Quick Sort](./quick-sort.js)
6-
- [Advanced Sorting Algorithms - Merge Sort](./merge-sort.js)
5+
- [Advanced Sorting Algorithms - Quick Sort](./quick-sort.module.js)
6+
- [Advanced Sorting Algorithms - Merge Sort](./merge-sort.module.js)
77
- [Module](./sort-module.js)
88
- [Implentation](./implementation.js)
99
- [Import Module](./index.js)

0 commit comments

Comments
 (0)