From 8e88962891046ca801999d42e3e80934d54cd669 Mon Sep 17 00:00:00 2001 From: Prajwal Kumar K <69136413+Prajwal-k-tech@users.noreply.github.com> Date: Wed, 23 Jul 2025 15:03:28 +0530 Subject: [PATCH] Update README.md There was an issue with how the link to Solana professional course was formatted, (link should have been placed after placeholder text, earlier link was not working) --- project-1-favorites/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-1-favorites/README.md b/project-1-favorites/README.md index 2bdbec6..97bbf38 100644 --- a/project-1-favorites/README.md +++ b/project-1-favorites/README.md @@ -2,7 +2,7 @@ This is a basic Anchor app using PDAs to store data for a user, and Anchor's account checks to ensure each user is only allowed to modify their own data. -It's used by the [https://github.com/solana-developers/professional-education](Solana Professional Education) course. +It's used by the [Solana Professional Education](https://github.com/solana-developers/professional-education) course. We recommend creating a separate github repository for each project and commiting your code as you follow along the video.