From fe0ed44b59620afcd688ff26aa68619412cedcdc Mon Sep 17 00:00:00 2001 From: Sarthak Dayal Date: Sun, 21 Feb 2021 21:58:15 -0600 Subject: [PATCH] Fix link showing up with cat --- 20_projects/20_projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20_projects/20_projects.md b/20_projects/20_projects.md index 06e33e2..9261e32 100644 --- a/20_projects/20_projects.md +++ b/20_projects/20_projects.md @@ -30,7 +30,7 @@ Congratulations for making it to this far. Now, you have a solid understanding o ## Exercises: Level 1 -Use the following two APIs, [all cats](https://api.thecatapi.com/v1/breeds) and [a single cat][https://api.thecatapi.com/v1/images/search?breed_id=abys]. In the single cat API, you can get url property which is the image of the cat. +Use the following two APIs, [all cats](https://api.thecatapi.com/v1/breeds) and [a single cat](https://api.thecatapi.com/v1/images/search?breed_id=abys). In the single cat API, you can get url property which is the image of the cat. Your result should look like this [demo](https://www.30daysofreact.com/day-20/cats). 🎉 CONGRATULATIONS ! 🎉