Skip to content

Commit 5b26a49

Browse files
committed
fix(typo): Fix directory typo
1 parent 9cf3dbd commit 5b26a49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

DIRECTORY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Data Structures
1818
* Linked List
19-
* [Singly Linked List](https://github.com/TheAlgorithms/Python/blob/master/data_structures/linked_list/singly_linked_list.py)
19+
* [Singly Linked List](https://github.com/TheAlgorithms/Elixir/blob/master/lib/data_structures/singly_linked_list.ex)
2020

2121
## Digital Image Processing
2222

@@ -57,4 +57,3 @@
5757
## Traversals
5858

5959
## Web Programming
60-

0 commit comments

Comments
 (0)