Skip to content

Commit 1eafabb

Browse files
author
markschenk
committed
Corrected locations in includes
1 parent 5cd25af commit 1eafabb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

includes/C4_Component.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
5+
!include https://raw.githubusercontent.com/uniknow/c4Modeling/master/includes/C4_Container.puml
66
!endif
77

88
' Scope: A single container.

includes/C4_Container.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Context.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml
5+
!include https://raw.githubusercontent.com/uniknow/c4Modeling/master/includes/C4_Context.puml
66
!endif
77

88
' Scope: A single software system.

includes/C4_Context.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include %get_variable_value("RELATIVE_INCLUDE")/C4.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4.puml
5+
!include https://raw.githubusercontent.com/uniknow/c4Modeling/master/includes/C4.puml
66
!endif
77

88
' Scope: A single software system.

includes/C4_Deployment.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
5+
!include https://raw.githubusercontent.com/uniknow/c4Modeling/master/includes/C4_Container.puml
66
!endif
77

88
' Colors

includes/C4_Dynamic.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Component.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Component.puml
5+
!include https://raw.githubusercontent.com/uniknow/c4Modeling/master/includes/C4_Component.puml
66
!endif
77

88
' Scope: Interactions in an enterprise, software system or container.

includes/C4_UseCase.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!if %variable_exists("RELATIVE_INCLUDE")
33
!include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
44
!else
5-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
5+
!include https://raw.githubusercontent.com/uniknow/c4Modeling/master/includes/C4_Container.puml
66
!endif
77

88
' Scope: A single container.

0 commit comments

Comments
 (0)