Skip to content

Commit a34839b

Browse files
committed
Rename TowerOfHanoi
1 parent d401c01 commit a34839b

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ In order to achieve greater coverage and encourage more people to contribute to
14011401
<tr>
14021402
<td><a href="https://en.wikipedia.org/wiki/Tower_of_Hanoi">Tower of Hanoi</a></td>
14031403
<td> <!-- C -->
1404-
<a href="./src/c/TorreDeHanoi.c">
1404+
<a href="./src/c/TowerOfHanoi.c">
14051405
<img align="center" height="25" src="./logos/c.svg" />
14061406
</a>
14071407
</td>
@@ -1416,17 +1416,17 @@ In order to achieve greater coverage and encourage more people to contribute to
14161416
</a>
14171417
</td>
14181418
<td> <!-- Python -->
1419-
<a href="./src/python/torre_de_hanoi.py">
1419+
<a href="./src/python/tower_of_hanoi.py">
14201420
<img align="center" height="25" src="./logos/python.svg" />
14211421
</a>
14221422
</td>
14231423
<td> <!-- Go -->
1424-
<a href="./src/go/hanoi.go">
1424+
<a href="./src/go/tower_of_hanoi.go">
14251425
<img align="center" height="25" src="./logos/golang.svg" />
14261426
</a>
14271427
</td>
14281428
<td> <!-- Ruby -->
1429-
<a href="./src/ruby/hanoi.rb">
1429+
<a href="./src/ruby/tower_of_hanoi.rb">
14301430
<img align="center" height="25" src="./logos/ruby.svg" />
14311431
</a>
14321432
</td>
@@ -1436,12 +1436,12 @@ In order to achieve greater coverage and encourage more people to contribute to
14361436
</a>
14371437
</td>
14381438
<td> <!-- Swift -->
1439-
<a href="./src/swift/hanoi.swift">
1439+
<a href="./src/swift/towerOfHanoi.swift">
14401440
<img align="center" height="25" src="./logos/swift.svg" />
14411441
</a>
14421442
</td>
14431443
<td> <!-- Rust -->
1444-
<a href="./src/rust/torre_hanoi.rs">
1444+
<a href="./src/rust/tower_of_hanoi.rs">
14451445
<img align="center" height="25" src="./logos/rust.svg" />
14461446
</a>
14471447
</td>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)