From e29276f52df256baea80cb3110697d2c82e189aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Su=C3=A1rez?= <82285542+kiddopro@users.noreply.github.com> Date: Sat, 8 Oct 2022 00:30:17 -0300 Subject: [PATCH 1/2] Update learn.json --- learn.json | 1 + 1 file changed, 1 insertion(+) diff --git a/learn.json b/learn.json index 5aaee89c..7b83c1b6 100644 --- a/learn.json +++ b/learn.json @@ -8,6 +8,7 @@ "duration": 10, "difficulty": "easy", "video-solutions": false, + "bugs-link": "https://github.com/learnpack/learnpack/issues/new", "graded": true, "editor": { From ab905b0b326230e01ac1ce2cf9b1aca57f4acb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Su=C3=A1rez?= <82285542+kiddopro@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:57:08 -0300 Subject: [PATCH 2/2] camelCase --- learn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/learn.json b/learn.json index 7b83c1b6..a763376d 100644 --- a/learn.json +++ b/learn.json @@ -7,8 +7,8 @@ "description": "Practice your Python programming skills with this interactive and auto-graded set of exercises.", "duration": 10, "difficulty": "easy", - "video-solutions": false, - "bugs-link": "https://github.com/learnpack/learnpack/issues/new", + "videoSolutions": false, + "bugsLink": "https://github.com/learnpack/learnpack/issues/new", "graded": true, "editor": {