From 9ebf81a4330d04546e91e14a4e09d954044ad1df Mon Sep 17 00:00:00 2001 From: CemAdg <cem.akdag@hotmail.de> Date: Tue, 29 Jun 2021 11:55:03 +0200 Subject: [PATCH] README updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d89d2dc..32ef91d 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ As a MVP for our concept, we implemented a full stack web application with diffe The `./backend` directory contains a Flask web server with API endpoints, running on a RaspberryPi that is wired with some LEDs through the GPIO Pins. The API are activating the LEDs when getting API requests from the ZRoom App Client / frontend. -[View the README.md within ./backend for more details.](./backend/README.md) +[View the README.md within ./backend for more details.](https://gitlab.reutlingen-university.de/SCCA/ZRoom_App/-/tree/main/backend) ### Frontend The `./frontend` directory contains a React frontend to send HTTP requests to the Flask server. -[View the README.md within ./frontend for more details.](./frontend/README.md) +[View the README.md within ./frontend for more details.](https://gitlab.reutlingen-university.de/SCCA/ZRoom_App/-/tree/main/frontend) -- GitLab