From a677855964dfeb0cbbbfd87d69d35ddb4e124782 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Etxaniz=20Errazkin=2C=20I=C3=B1aki?=
 <inaki.etxaniz@tecnalia.com>
Date: Mon, 3 Jul 2023 17:12:32 +0200
Subject: [PATCH] Update README.md

---
 README.md | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 41af257..f7d43ec 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@ PIACERE aims to increase the productivity of DevOps teams in the development and
 DevOps teams can program IaC as if they were programming any software application.
 
 **Table of Contents**
-  - [Description](#Description)
-  - [Repository structure](#Repository-structure)
-  - [Components](#Components)
+  - [Description](#description)
+  - [Repository structure](#repository-structure)
+  - [Components](#components)
   - [Contact](#contact)
   - [Acknowledgement](#acknowledgement)
 
@@ -31,8 +31,8 @@ In the Ops part of the DevSecOps lifecycle, PIACERE also presents several key in
 
 ## Repository structure
 The Public repository of PIACERE project is organized as follows:
-- /agents: contain the monitoring agents that need to be deployed along with the IaC to monitor the infrastructure
-- /demos: different demos that can serve as a basic examples of using PIACERE
+- **/agents**: contain the monitoring agents that need to be deployed along with the IaC to monitor the infrastructure
+- **/demos**: different demos that can serve as a basic examples of using PIACERE
 - /The Platform: is divided in many repositories where the several [components](#Components) of the PIACERE framework can be found
 
 Three branches **Y1**, **Y2**, **Y3** gather the versions delivered in the three main milestones of the project (at M12, M24 and M30). The **main** branch stores the final version of the components, as some development and code fixes could continue until the end of the 36-months long project.
@@ -83,8 +83,9 @@ This project has received funding from the European Union’s Horizon 2020 resea
 
 
 
-
-
+[/demos]: https://git.code.tecnalia.com/piacere/public/demos
+[/agents]: https://git.code.tecnalia.com/piacere/public/agents
+[/The Platform]: https://git.code.tecnalia.com/piacere/public/the-platform
 [The Platform/cse]: https://git.code.tecnalia.com/piacere/public/the-platform/cse
 [The Platform/iop]: https://git.code.tecnalia.com/piacere/public/the-platform/iop
 [The Platform/runtime-monitoring]: https://git.code.tecnalia.com/piacere/public/the-platform/runtime-monitoring
-- 
GitLab