From 3e1f9610c832093d3a0c8cdd7e9b4f87f22207fd Mon Sep 17 00:00:00 2001 From: Parth Mittal <76661350+mittal-parth@users.noreply.github.com> Date: Wed, 8 Feb 2023 21:17:26 +0530 Subject: [PATCH] Correct week-5 hyperlink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 598c9fe9..8630331a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Later we will take a closer look at Model of the MVC Architecture and talk about This week, we will look into controllers, routing and authentication. -## [Week 5 - Views](/week_4) +## [Week 5 - Views](/week_5) So after 4 weeks, we have our basic app ready! 🥳 However, there is one problem. It looks 🥴. Lets fix that! We'll now style our application using [Bootstrap](https://getbootstrap.com/docs/5.0/getting-started/introduction/) and look at the _View_ layer which is responsible for presenting data appropriately.