From d1157e9751369ef755a819c65abe57e50a3df311 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 5 Mar 2023 03:06:15 +0200 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d491d6..deda57d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Network Resurrector is a system that comprises of five essential services which ## Main components ### Frontend -* The frontend component is a web application written in React JS that has the role of providing the user with a friendly visual interface through which to interact with the system. +* The [frontend](https://lab.code-rove.com/gitea/tudor.stanciu/network-resurrector-frontend) component is a web application written in React JS that has the role of providing the user with a friendly visual interface through which to interact with the system. ### API * The API component is a .NET 6 REST API that has the role of mediating the exchange of data and commands between the frontend component and the database or server component.