diff --git a/C4_Component.puml b/C4_Component.puml index 40a8a24..542954b 100644 --- a/C4_Component.puml +++ b/C4_Component.puml @@ -1,6 +1,6 @@ -!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml +'!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml ' uncomment the following line and comment the first to use locally -' !include C4_Container.puml +!include C4_Container.puml ' Scope: A single container. ' Primary elements: Components within the container in scope. diff --git a/C4_Container.puml b/C4_Container.puml index 2bc697c..2fecf93 100644 --- a/C4_Container.puml +++ b/C4_Container.puml @@ -1,6 +1,6 @@ -!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Context.puml +'!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Context.puml ' uncomment the following line and comment the first to use locally -' !include C4_Context.puml +!include C4_Context.puml ' Scope: A single software system. ' Primary elements: Containers within the software system in scope. @@ -56,4 +56,4 @@ endlegend ' Boundaries ' ################################## -!define Container_Boundary(e_alias, e_label) Boundary(e_alias, e_label, "Container") \ No newline at end of file +!define Container_Boundary(e_alias, e_label) Boundary(e_alias, e_label, "Container") diff --git a/C4_Context.puml b/C4_Context.puml index a28a9cb..6960a35 100644 --- a/C4_Context.puml +++ b/C4_Context.puml @@ -1,6 +1,6 @@ -!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4.puml +'!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4.puml ' uncomment the following line and comment the first to use locally -' !include C4.puml +!include C4.puml ' Scope: A single software system. ' Primary elements: The software system in scope. @@ -99,4 +99,4 @@ endlegend ' ################################## !define Enterprise_Boundary(e_alias, e_label) Boundary(e_alias, e_label, "Enterprise") -!define System_Boundary(e_alias, e_label) Boundary(e_alias, e_label, "System") \ No newline at end of file +!define System_Boundary(e_alias, e_label) Boundary(e_alias, e_label, "System")