From 73842dccee43b72023fc4d918c15d37672fa2b25 Mon Sep 17 00:00:00 2001 From: Brian Yim Date: Fri, 29 Aug 2025 11:45:58 +0800 Subject: [PATCH] platform name corrected --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 956755e7..a9c9dadb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ - Paste the solution code in new file and name it in following format: PROBLEM_NAME.[Format of language used in your code] (you should match it with the url, such that when a user type the url -hackkerrank.com/challenges/PROBLEM_NAME/problem +hackerrank.com/challenges/PROBLEM_NAME/problem codechef.com/problems/PROBLEM_NAME and so on it will be redirected to the actual problem page)