Skip to content

Commit 31e43c7

Browse files
committed
Rename SinglyLinkedList
1 parent 086fd57 commit 31e43c7

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,7 @@ In order to achieve greater coverage and encourage more people to contribute to
20992099
<tr>
21002100
<td><a href="https://en.wikipedia.org/wiki/Linked_list">Singly Linked List</a></td>
21012101
<td> <!-- C -->
2102-
<a href="./src/c/LinkedList.c">
2102+
<a href="./src/c/SinglyLinkedList.c">
21032103
<img align="center" height="25" src="./logos/c.svg" />
21042104
</a>
21052105
</td>
@@ -2114,7 +2114,7 @@ In order to achieve greater coverage and encourage more people to contribute to
21142114
</a>
21152115
</td>
21162116
<td> <!-- Python -->
2117-
<a href="./src/python/lista_encadeada.py">
2117+
<a href="./src/python/singly_linked_list.py">
21182118
<img align="center" height="25" src="./logos/python.svg" />
21192119
</a>
21202120
</td>
@@ -2124,7 +2124,7 @@ In order to achieve greater coverage and encourage more people to contribute to
21242124
</a>
21252125
</td>
21262126
<td> <!-- Ruby -->
2127-
<a href="./src/ruby/lista_encadeada.rb">
2127+
<a href="./src/ruby/singly_linked_list.rb">
21282128
<img align="center" height="25" src="./logos/ruby.svg" />
21292129
</a>
21302130
</td>
@@ -2139,7 +2139,7 @@ In order to achieve greater coverage and encourage more people to contribute to
21392139
</a>
21402140
</td>
21412141
<td> <!-- Rust -->
2142-
<a href="./src/rust/linked_list.rs">
2142+
<a href="./src/rust/singly_linked_list.rs">
21432143
<img align="center" height="25" src="./logos/rust.svg" />
21442144
</a>
21452145
</td>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)