Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6a5846

Browse files
authored
Merge pull request keon#27 from sente/patch-1
Fix broken link
2 parents 7cfb3d5 + 3acbcf2 commit b6a5846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Minimal and clean example implementations of data structures and algorithms in P
9898
- [sqrt_precision_factor](math/sqrt_precision_factor.py)
9999
- [pythagoras](math/pythagoras.py)
100100
- [matrix](matrix)
101-
- [matrix_rotation.txt](matrix_rotation.txt)
101+
- [matrix_rotation.txt](matrix/matrix_rotation.txt)
102102
- [bomb_enemy](matrix/bomb_enemy.py)
103103
- [rotate_image](matrix/rotate_image.py)
104104
- [sparse_dot_vector](matrix/sparse_dot_vector.py)
@@ -202,4 +202,4 @@ Minimal and clean example implementations of data structures and algorithms in P
202202
- [nearby_drivers](design/nearby_drivers.md)
203203
- [ride_sharing](design/ride_sharing.md)
204204
- [task_runner](design/task_runner.md)
205-
- [twitter_feeds](design/twitter_feeds.md)
205+
- [twitter_feeds](design/twitter_feeds.md)

0 commit comments

Comments
 (0)