From ee6e2151aab9c8b35a3b97f3dcb73e427dc6617c Mon Sep 17 00:00:00 2001 From: Sarthak Dayal Date: Sun, 21 Feb 2021 21:47:37 -0600 Subject: [PATCH] Fix link to show `a single cat` as the text Fix link to show `a single cat` as the text and hide the actual API website link. --- 19_projects/19_projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19_projects/19_projects.md b/19_projects/19_projects.md index 7f0c0ba..debc89e 100644 --- a/19_projects/19_projects.md +++ b/19_projects/19_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-19/cats). 🎉 CONGRATULATIONS ! 🎉