From 354ff6cdd4b11169522d456042ec1c63d8268786 Mon Sep 17 00:00:00 2001 From: jialvaradob <124281967+jialvaradob@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:21:04 +0200 Subject: [PATCH] Update movie-list.md Fixed database link --- deliverables/movie-list/movie-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliverables/movie-list/movie-list.md b/deliverables/movie-list/movie-list.md index 4938ec0..8f5f136 100644 --- a/deliverables/movie-list/movie-list.md +++ b/deliverables/movie-list/movie-list.md @@ -1,6 +1,6 @@ # movie list application -Using [this](component-based-design/deliverables/film.json) Data, Vite app that allows the users to get detailed information over the movies from the movie data. +Using [this](https://github.com/HackYourFutureBelgium/component-based-design/blob/main/deliverables/movie-list/film.json) Data, Vite app that allows the users to get detailed information over the movies from the movie data. you can take a look here for [inspiration](https://react-query-movies-app.netlify.app/)