Skip to content

Commit 086fd57

Browse files
committed
Rename DoublyLinkedList
1 parent 4546602 commit 086fd57

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2172,7 +2172,7 @@ In order to achieve greater coverage and encourage more people to contribute to
21722172
</a>
21732173
</td>
21742174
<td> <!-- Python -->
2175-
<a href="./src/python/lista_duplamente_encadeada.py">
2175+
<a href="./src/python/doubly_linked_list.py">
21762176
<img align="center" height="25" src="./logos/python.svg" />
21772177
</a>
21782178
</td>
@@ -2182,7 +2182,7 @@ In order to achieve greater coverage and encourage more people to contribute to
21822182
</a>
21832183
</td>
21842184
<td> <!-- Ruby -->
2185-
<a href="./src/ruby/lista_duplamente_encadeada.rb">
2185+
<a href="./src/ruby/doubly_linked_list.rb">
21862186
<img align="center" height="25" src="./logos/ruby.svg" />
21872187
</a>
21882188
</td>

0 commit comments

Comments
 (0)