From 18e10b9a9bf887847c79561e12ea960e2a61f156 Mon Sep 17 00:00:00 2001 From: ajs256 <67526318+ajs256@users.noreply.github.com> Date: Sat, 25 Jul 2020 13:33:46 -0700 Subject: [PATCH] Fix JSON syntax --- resources/general.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/general.json b/resources/general.json index f7f37d8..e76e84a 100644 --- a/resources/general.json +++ b/resources/general.json @@ -73,11 +73,11 @@ "desc": "It's a great collection for learning materials for all sorts of programming topics.", "url": "https://webgems.io", "tags": ["quick", "resources", "basics", "search", "aggregator"] - } + }, { "title": "Codesignal", "desc": "Online programming tournaments to practice your skills. Play with random people, your friends, or in the singleplayer arcade mode.", - "url": " https://codesignal.com/developers/ ", + "url": "https://codesignal.com/developers/", "tags": ["game", "practice", "multiplayer"] } ]