From 00fbc7a6905d20ec805987abe38b9e56a1619ece Mon Sep 17 00:00:00 2001 From: Yoonseo Kim <45335586+SophieYoonseo@users.noreply.github.com> Date: Fri, 15 Nov 2019 14:44:55 +0900 Subject: [PATCH] I modified a link The 'contribution guidelines' link is incorrectly linked, so I fixed it with the correct link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ca63afac..a3077cdc5 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ The implementations are for learning purpose. They may be less efficient than the implementation in the standard library. ### Contribute Guidelines -Read our [Contribution Guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/README.md) before you contribute. +Read our [Contribution Guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTION.md) before you contribute.