From f8223e736ba9106bb02ccf8e69cab6dcafec181e Mon Sep 17 00:00:00 2001 From: Pranav Date: Wed, 5 Oct 2022 12:56:21 +0530 Subject: [PATCH] fix(broken link in readme) (#55) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d975264..afed289f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ In order to participate and win prizes, you have to submit a **guided project**. 2. Create a fresh folder structure for your project and keep the **required boilerplate code only**. Make sure to add all the assets related to the project. It is recommended to put all your assets in the `/assets` folder itself. -3. Add a `.cdmrc` file on the top level of your Project. Go through this [documentation](https://teach.codedamn.com/cdmrc) to setup the `.cdmrc` file. +3. Add a `.cdmrc` file on the top level of your Project. Go through this [documentation](https://teach.codedamn.com/docs/concepts/cdmrc) to setup the `.cdmrc` file. 4. Create a new GitHub repository for the Project and keep the link with you, you'll use it in the next step.