From cc62b0c489a7a37a2c05a2069699c4b090e5968d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Etxaniz=20Errazkin=2C=20I=C3=B1aki?=
 <inaki.etxaniz@tecnalia.com>
Date: Thu, 6 Mar 2025 10:26:22 +0100
Subject: [PATCH] Update file testDiagram.md

---
 testDiagram.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/testDiagram.md b/testDiagram.md
index ed4e793..2c480d3 100644
--- a/testDiagram.md
+++ b/testDiagram.md
@@ -11,17 +11,17 @@ participant SecurityMonitoring as SECMON
 'Testing HTTP !include 
 '!include https://git.code.tecnalia.dev/emerald/public/puml-includes/-/blob/master/roles.puml
 group Testing !include
-Int-Au -> Comp-Mg
-note left: If the names are \n "Int-Au" and "Comp-Mg" \n the "!include http..." didn't work in a markdown file (*.md)
-Int-Au <- Comp-Mg
+Int_Au -> Comp_Mg
+note left: If the names are \n "Int_Au" and "Comp_Mg" \n the "!include http..." didn't work in a markdown file (*.md)
+Int_Au <- Comp_Mg
 end
 
 'Testing filename !include 
 '!include roles.puml
 group Testing !include
-Int-Au -> Comp-Mg
+Int_Au -> Comp_Mg
 note left: If the names are \n "Internal Auditor" and "Compliance-Mnager" \n the "!include filename" works in a markdown file (*.md)
-Int-Au <- Comp-Mg
+Int_Au <- Comp_Mg
 end
 
 'Testing markdown !include 
-- 
GitLab