diff --git a/algorithms/C/README.md b/algorithms/C/README.md index dd299f2b..6176fba3 100644 --- a/algorithms/C/README.md +++ b/algorithms/C/README.md @@ -23,7 +23,7 @@ ## Strings - [Count Words](strings/count-words.c) - [Palindrome](strings/palindrome.c) -- [Permutation of String](string/Permutation-of-String.c) +- [Permutation of String](strings/Permutation-of-String.c) ## Tree - [Height Of Tree](tree/height-of-a-tree.c)