Skip to content

Commit 424129a

Browse files
authored
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.
1 parent 478d303 commit 424129a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ This project has a [dev container configuration](.devcontainer/), which makes it
6161

6262
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.
6363

64-
🎥 Watch a deployment of the code in [this screencast](https://www
65-
.youtube.com/watch?v=JDlZ4TgPKYc).
64+
🎥 Watch a deployment of the code in this [screencast](https://www.youtube.com/watch?v=JDlZ4TgPKYc).
65+
> Learn more about developing and deploying Django apps to Azure from Microsoft's comprehensive beginner series:
66+
> [Django for Beginners](https://www.youtube.com/playlist?list=PLlrxD0HtieHjHCQ0JB_RrhbQp_9ccJztr).
6667
6768
Steps for deployment:
6869

0 commit comments

Comments
 (0)