Skip to content

Commit e26e9c2

Browse files
Refactor: Rename file names from Portuguese to English
1 parent 30eb063 commit e26e9c2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ In order to achieve greater coverage and encourage more people to contribute to
6767
<tr>
6868
<td><a href="https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm">Dijkstra's Algorithm</a></td>
6969
<td> <!-- C -->
70-
<a href="./src/c/AlgoritmoDijkstra.c">
70+
<a href="./src/c/DijkstraAlgorithm.c">
7171
<img align="center" height="25" src="./logos/c.svg" />
7272
</a>
7373
</td>
@@ -125,7 +125,7 @@ In order to achieve greater coverage and encourage more people to contribute to
125125
<tr>
126126
<td><a href="https://en.wikipedia.org/wiki/Floyd%E2%80%93Warshall_algorithm">Floyd–Warshall Algorithm</a></td>
127127
<td> <!-- C -->
128-
<a href="./src/c/AlgoritmoFloydWarshall.c">
128+
<a href="./src/c/FloydWarshallAlgorithm.c">
129129
<img align="center" height="25" src="./logos/c.svg" />
130130
</a>
131131
</td>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)