From a07ada792c804b8162342d95df33bd05104c00d5 Mon Sep 17 00:00:00 2001 From: Haider Ali Date: Tue, 12 Aug 2025 17:37:37 +0500 Subject: [PATCH] Fix broken Azure quiz links in Lesson 3 Intro to HTML (#1450) --- 3-terrarium/1-intro-to-html/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3-terrarium/1-intro-to-html/README.md b/3-terrarium/1-intro-to-html/README.md index cbf320d6..e7506128 100644 --- a/3-terrarium/1-intro-to-html/README.md +++ b/3-terrarium/1-intro-to-html/README.md @@ -5,7 +5,7 @@ ## Pre-Lecture Quiz -[Pre-lecture quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/15) +[Pre-lecture quiz](../../quiz-app/lesson3-pre-quiz.md) > Check out video @@ -223,7 +223,7 @@ There are some wild 'older' tags in HTML that are still fun to play with, though ## Post-Lecture Quiz -[Post-lecture quiz](https://ashy-river-0debb7803.1.azurestaticapps.net/quiz/16) +[Post-lecture quiz](../../quiz-app/lesson3-quiz.md) ## Review & Self Study