From 1323b90a7cdbf3e79110225d4f59e6919a0df992 Mon Sep 17 00:00:00 2001 From: vinayak Date: Mon, 4 May 2020 13:02:47 +0530 Subject: [PATCH] fix broken link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ee76d9b75..40fdc7252 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ We are very happy that you consider implementing algorithms and data structure f - You did your work - plagiarism is not allowed. - Any plagiarized work will not be merged. -- Your work will be distributed under [GNU License](License) once your pull request is merged +- Your work will be distributed under [GNU License](LICENSE) once your pull request is merged - You submitted work fulfils or mostly fulfils our styles and standards **New implementation** is welcome! For example, new solutions to a problem, different representations of a graph data structure or algorithm designs with different complexity.