@@ -161,7 +161,7 @@ SHOW_LEGEND()
161161Diagram types
162162
163163* System Context & System Landscape diagrams
164- * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML /master/C4_Context.puml `
164+ * Import: ` !include https://raw.githubusercontent.com/uniknow/c4Modeling /master/includes /C4_Context.puml `
165165 * Macros:
166166 * ` Person(alias, label, ?description, ?sprite, ?tags, $link) `
167167 * ` Person_Ext `
@@ -175,7 +175,7 @@ Diagram types
175175 * ` Enterprise_Boundary(alias, label, ?tags, $link) `
176176 * ` System_Boundary `
177177* Container diagram
178- * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML /master/C4_Container.puml `
178+ * Import: ` !include https://raw.githubusercontent.com/uniknow/c4Modeling /master/includes /C4_Container.puml `
179179 * Additional Macros:
180180 * ` Container(alias, label, technology, ?description, ?sprite, ?tags, $link) `
181181 * ` ContainerDb `
@@ -185,7 +185,7 @@ Diagram types
185185 * ` ContainerQueue_Ext `
186186 * ` Container_Boundary(alias, label, ?tags, $link) `
187187* Component diagram
188- * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML /master/C4_Component.puml `
188+ * Import: ` !include https://raw.githubusercontent.com/uniknow/c4Modeling /master/includes /C4_Component.puml `
189189 * Additional Macros:
190190 * ` Component(alias, label, technology, ?description, ?sprite, ?tags, $link) `
191191 * ` ComponentDb `
@@ -194,7 +194,7 @@ Diagram types
194194 * ` ComponentDb_Ext `
195195 * ` ComponentQueue_Ext `
196196* Dynamic diagram
197- * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML /master/C4_Dynamic.puml `
197+ * Import: ` !include https://raw.githubusercontent.com/uniknow/c4Modeling /master/includes /C4_Dynamic.puml `
198198 * Additional Macros:
199199 * ` RelIndex(index, from, to, label, ?tags, $link) `
200200 * (lowercase) ` increment($offset=1) ` : increase current index (procedure which has no direct output)
@@ -206,7 +206,7 @@ Diagram types
206206 * ` SetIndex($new_index) ` : returns new set index and calculates next index (function which can be used as argument)
207207
208208* Deployment diagram
209- * Import: ` !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML /master/C4_Deployment.puml `
209+ * Import: ` !include https://raw.githubusercontent.com/uniknow/c4Modeling /master/includes /C4_Deployment.puml `
210210 * Additional Macros:
211211 * ` Deployment_Node(alias, label, ?type, ?description, ?sprite, ?tags, $link) `
212212 * ` Node(alias, label, ?type, ?description, ?sprite, ?tags, $link) ` : short name of Deployment_Node()
0 commit comments