diff --git a/README.md b/README.md
index d89d2dcc25a5e6454e4ba0d8ccf9e8cf7d44e08d..32ef91db38fffd18365d93ff64771ab72c565f6f 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)