I have 2 filea.puml @startuml GAS1 [GASS01] <<10.100.10.31>>@enduml
b.puml@startuml GAS2 [GASS02] <<10.100.10.32>>@enduml
how can i create a connect like GASS01-->GASS02Thanks
(--------)
Hello X.,
For that you can create a `c.puml` as:
@startuml !include a.puml !include b.puml GASS01-->GASS02 @enduml
See also doc. here:
Enjoy,Regards,Th.