From 424129ac80cfad5013167099e7ae274bdec0a78d Mon Sep 17 00:00:00 2001 From: Eugene Mwangi Date: Fri, 23 Aug 2024 13:10:32 +0300 Subject: [PATCH] docs: Fix reference link in readme.md [Issue] Invalid reference link causes the markdown to be rendered incorrectly. [Fix] Update the reference link (remove extra space) to cause the link to be parsed and rendered correctly. [Note] - Provide a playlist link for beginners to further learn about related material. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b380289e..bc9dbcf8 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,9 @@ This project has a [dev container configuration](.devcontainer/), which makes it This project is designed to work well with the [Azure Developer CLI](https://learn.microsoft.com/azure/developer/azure-developer-cli/overview), which makes it easier to develop apps locally, deploy them to Azure, and monitor them. -🎥 Watch a deployment of the code in [this screencast](https://www -.youtube.com/watch?v=JDlZ4TgPKYc). +🎥 Watch a deployment of the code in this [screencast](https://www.youtube.com/watch?v=JDlZ4TgPKYc). +> Learn more about developing and deploying Django apps to Azure from Microsoft's comprehensive beginner series: +> [Django for Beginners](https://www.youtube.com/playlist?list=PLlrxD0HtieHjHCQ0JB_RrhbQp_9ccJztr). Steps for deployment: