From 24f68ea4dbfda39f36a04864371ce706648383a4 Mon Sep 17 00:00:00 2001 From: Mohammed Faizan Ahmed <85175130+mdfaizanahmed786@users.noreply.github.com> Date: Sun, 2 Oct 2022 22:10:31 +0530 Subject: [PATCH] fix: broken link in the contributing guidelines (#2067) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 943e25248..aa1e6303f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ Being a contributor at The Algorithms, we request you to follow the points menti - You did your own work. - No plagiarism is allowed. Any plagiarized work will not be merged. -- Your work will be distributed under the [MIT License](https://github.com/TheAlgoritms/C-Plus-Plus/blob/master/LICENSE) once your pull request has been merged. +- Your work will be distributed under the [MIT License](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/LICENSE) once your pull request has been merged. - Please follow the repository guidelines and standards mentioned below. **New implementation** New implementations are welcome!