From 7168d2a3008776ad2978839fa432035ecae332d7 Mon Sep 17 00:00:00 2001 From: Shivam Verma <98605616+shivamm-verma@users.noreply.github.com> Date: Thu, 14 Sep 2023 23:44:14 +0530 Subject: [PATCH] Fixed Issues #1205 and #1184, wrong picture for translated pages. used Absolute Path to fix the error. --- .../1-intro-to-programming-languages/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 35eca14c..c2ca94dc 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 @@ -2,7 +2,7 @@ This lesson covers the basics of programming languages. The topics covered here apply to most modern programming languages today. In the 'Tools of the Trade' section, you'll learn about useful software that helps you as a developer. -![Intro Programming](../../sketchnotes/webdev101-programming.png) +![Intro Programming](/sketchnotes/webdev101-programming.png) > Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac) ## Pre-Lecture Quiz