From be4469381ea2cad06a48a2608f2b73348a2d7779 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:24:10 -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 9ca102d3..d6452ff2 100644 --- a/learn.json +++ b/learn.json @@ -8,6 +8,7 @@ "duration": 10, "difficulty": "easy", "video-solutions": true, + "bugs-link": "https://github.com/learnpack/learnpack/issues/new", "graded": true, "language": "python3", From 2c16b16402ddada4580289bc392bd7d99805e143 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:52:47 -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 d6452ff2..d1f5d57d 100644 --- a/learn.json +++ b/learn.json @@ -7,8 +7,8 @@ "description": "Python Exercises for beginners, from Hello World to variables, loops and a little bit of functions", "duration": 10, "difficulty": "easy", - "video-solutions": true, - "bugs-link": "https://github.com/learnpack/learnpack/issues/new", + "videoSolutions": true, + "bugsLink": "https://github.com/learnpack/learnpack/issues/new", "graded": true, "language": "python3",