From 8c976733792aeaf09235199136496c0f993e2811 Mon Sep 17 00:00:00 2001 From: Tharindu Sathischandra <34299693+tharindusathis@users.noreply.github.com> Date: Sun, 15 Nov 2020 09:24:28 +0530 Subject: [PATCH] Fix broken quiz links Pre/Post quizzes links were broken. As an example the URLs were like `1-getting-started-lessons/1-intro-to-programming-languages/.github/...`, but actually they must be like `/.github/...`. --- .../1-intro-to-programming-languages/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-getting-started-lessons/1-intro-to-programming-languages/README.md b/1-getting-started-lessons/1-intro-to-programming-languages/README.md index 45087786..53993f45 100644 --- a/1-getting-started-lessons/1-intro-to-programming-languages/README.md +++ b/1-getting-started-lessons/1-intro-to-programming-languages/README.md @@ -6,7 +6,7 @@ This lesson covers the basics of programming languages. The topics covered here > Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac) ## Pre-Lecture Quiz -[Pre-lecture quiz](1-getting-started-lessons/1-intro-to-programming-languages/.github/pre-lecture-quiz.md) +[Pre-lecture quiz](.github/pre-lecture-quiz.md) ## Introduction @@ -181,7 +181,7 @@ When a developer wants to learn something new, they'll most likely turn to docum Compare some programming languages. What are some of the unique traits of JavaScript vs. Java? How about COBOL vs. Go? ## Post-Lecture Quiz -[Post-lecture quiz](1-getting-started-lessons/1-intro-to-programming-languages/.github/post-lecture-quiz.md) +[Post-lecture quiz](.github/post-lecture-quiz.md) ## Review & Self Study