From c8b1e442cde20fdac5a85d1c0f8e5ae4948bbea3 Mon Sep 17 00:00:00 2001 From: Marco Duca Date: Thu, 19 Feb 2026 15:15:36 +0100 Subject: [PATCH] Update README with project repository and website links Added project links to the README file. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7b20fe8..0fa8303 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ An API server for LoIDE clients. This component acts as an intermediary between LoIDE clients and server-side executors. It handles incoming requests from clients, forwards them to the appropriate executors, and then send the responses back to the clients. +Part of the LoIDE project – [:octocat: repository](https://github.com/DeMaCS-UNICAL/LoIDE) , [🌐 website](https://demacs-unical.github.io/LoIDE) . + # Getting Started These instructions will get you a copy of the project up and running on your local machine.