From 9e1c547922fa30bff39bede191bae004db26e4e4 Mon Sep 17 00:00:00 2001 From: Anubhav Shrimal Date: Sat, 12 Mar 2016 22:12:10 +0530 Subject: [PATCH] changed https to http for geeksforgeeks.org link --- problem-sets-competitive-programming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/problem-sets-competitive-programming.md b/problem-sets-competitive-programming.md index 283f03b08..ef98f644b 100644 --- a/problem-sets-competitive-programming.md +++ b/problem-sets-competitive-programming.md @@ -34,7 +34,7 @@ * [Codility](https://codility.com/programmers/) * [Coding Bat](http://codingbat.com/java) * [Exercism](http://exercism.io) -* [Geeks For Geeks](https://www.geeksforgeeks.org) +* [Geeks For Geeks](http://www.geeksforgeeks.org) * [Google Code Jam - Practise](https://code.google.com/codejam/contests.html) * [Hacker.org](http://www.hacker.org) * [HackerEarth](https://www.hackerearth.com)