From 692f4e2ca4fabe3cc36c3f482c5f363443ef75f2 Mon Sep 17 00:00:00 2001 From: Sebastien Guillemin Date: Wed, 27 Sep 2023 21:49:30 +0200 Subject: [PATCH] doc: update readme for new ghibli api --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0e2454..1f35b96 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The following [features](feature) are present as distinct modules: * filmslist: **UI** listing all films * filmdetail: **UI** showing the details of a film -* ghibli: **web-service** access to [Studio Ghibli REST API](https://ghibliapi.herokuapp.com) & **local storage** for cache +* ghibli: **web-service** access to [Studio Ghibli REST API](https://ghibli-api.vercel.app/) & **local storage** for cache Aside from this, there is a feature creation [script](feature/create.sh). It creates data domain & ui gradle modules for a new feature.