From d38ff15bd70e4cf240619ee29689afdc189c5cd5 Mon Sep 17 00:00:00 2001 From: asabeneh Date: Fri, 6 Nov 2020 12:50:46 +0200 Subject: [PATCH] broken link fix --- 19_projects/19_projects.md | 2 +- 20_projects/20_projects.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/19_projects/19_projects.md b/19_projects/19_projects.md index 11ad671..7f0c0ba 100644 --- a/19_projects/19_projects.md +++ b/19_projects/19_projects.md @@ -31,7 +31,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. -Your result should look like this [demo](https://thirty-days-of-react-cat.herokuapp.com). +Your result should look like this [demo](https://www.30daysofreact.com/day-19/cats). 🎉 CONGRATULATIONS ! 🎉 diff --git a/20_projects/20_projects.md b/20_projects/20_projects.md index 91e2e3d..06e33e2 100644 --- a/20_projects/20_projects.md +++ b/20_projects/20_projects.md @@ -31,7 +31,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. -Your result should look like this [demo](https://thirty-days-of-react-cat.herokuapp.com/day-20). +Your result should look like this [demo](https://www.30daysofreact.com/day-20/cats). 🎉 CONGRATULATIONS ! 🎉