diff --git a/contrib/ds-algorithms/index.md b/contrib/ds-algorithms/index.md index e1d12ce..047b3dd 100644 --- a/contrib/ds-algorithms/index.md +++ b/contrib/ds-algorithms/index.md @@ -18,4 +18,4 @@ - [Hashing through Chaining](hashing-chaining.md) - [AVL Trees](avl-trees.md) - [Splay Trees](splay-trees.md) -- [Dijkstra's Algorithm](Dijkstra's_algorithm.md) \ No newline at end of file +- [Dijkstra's Algorithm](dijkstra.md)