@@ -67,7 +67,7 @@ With the two macros `LAYOUT_TOP_DOWN()` and `LAYOUT_LEFT_RIGHT()` it is possible
6767
6868``` plantuml
6969@startuml LAYOUT_TOP_DOWN Sample
70- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
70+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
7171
7272/' Not needed because this is the default '/
7373LAYOUT_TOP_DOWN()
@@ -89,7 +89,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
8989
9090``` plantuml
9191@startuml LAYOUT_LEFT_RIGHT Sample
92- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
92+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
9393
9494LAYOUT_LEFT_RIGHT()
9595
@@ -110,7 +110,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
110110
111111``` plantuml
112112@startuml LAYOUT_LANDSCAPE Sample
113- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
113+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
114114
115115LAYOUT_LANDSCAPE()
116116
@@ -151,7 +151,7 @@ This can be enabled with `LAYOUT_WITH_LEGEND()`.
151151
152152``` plantuml
153153@startuml LAYOUT_WITH_LEGEND Sample
154- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
154+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
155155
156156LAYOUT_WITH_LEGEND()
157157
@@ -184,7 +184,7 @@ The calculated legend has following differences:
184184
185185``` plantuml
186186@startuml SHOW_LEGEND Sample
187- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
187+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
188188
189189Person(admin, "Administrator")
190190System_Boundary(c1, 'Sample') {
@@ -209,7 +209,7 @@ Legend labels and details can be defined via `\n` in `$legendTest` arguments too
209209!if %variable_exists("RELATIVE_INCLUDE")
210210 !include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
211211!else
212- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
212+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
213213!endif
214214' $legendText with \n defines the label and details of the legend entry ("backend container" is label, "eight sided shape" is details)
215215AddElementTag("backendContainer", $fontColor=$ELEMENT_FONT_COLOR, $bgColor="#335DA5", $shape=EightSidedShape(), $legendText="backend container\neight sided shape")
@@ -241,7 +241,7 @@ Legend details can be deactivated via `SHOW_LEGEND($details=None())`
241241!if %variable_exists("RELATIVE_INCLUDE")
242242 !include %get_variable_value("RELATIVE_INCLUDE")/C4_Container.puml
243243!else
244- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
244+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
245245!endif
246246' $legendText with \n defines the label and details of the legend entry ("backend container" is label, "eight sided shape" is details)
247247AddElementTag("backendContainer", $fontColor=$ELEMENT_FONT_COLOR, $bgColor="#335DA5", $shape=EightSidedShape(), $legendText="backend container\neight sided shape")
@@ -271,7 +271,7 @@ SHOW_LEGEND($details=None())
271271
272272``` plantuml
273273@startuml Layout With Whitespace Sample
274- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
274+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
275275
276276Person(a, "Person A")
277277Container(b, "Container B", "techn")
@@ -297,7 +297,7 @@ Therefore a floating legend can be added via SHOW_FLOATING_LEGEND(), positioned
297297
298298``` plantuml
299299@startuml Compact Legend Layout Sample
300- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
300+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
301301
302302Person(a, "Person A")
303303Container(b, "Container B", "techn")
@@ -333,7 +333,7 @@ With `LAYOUT_AS_SKETCH()` you can make a difference.
333333
334334``` plantuml
335335@startuml LAYOUT_AS_SKETCH Sample
336- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
336+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
337337
338338LAYOUT_AS_SKETCH()
339339
@@ -361,7 +361,7 @@ PNG does not support fallback fonts based on a PlantUML [bug](https://forum.plan
361361
362362``` plantuml
363363@startuml LAYOUT_AS_SKETCH Sample
364- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
364+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
365365
366366SET_SKETCH_STYLE($bgColor="lightblue", $fontColor="darkblue", $warningColor="darkred", $footerWarning="Sketch", $footerText="Created for discussion")
367367
@@ -407,7 +407,7 @@ This can be enabled with `HIDE_STEREOTYPE()`.
407407
408408``` plantuml
409409@startuml HIDE_STEREOTYPE Sample
410- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
410+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
411411
412412HIDE_STEREOTYPE()
413413
@@ -438,7 +438,7 @@ With the macros `HIDE_PERSON_SPRITE()`, `SHOW_PERSON_SPRITE()` and `SHOW_PERSON_
438438
439439``` plantuml
440440@startuml predefined sprites Sample
441- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
441+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
442442
443443Person(userA, "User A", "with predefined sprite person", "person")
444444Person(userB, "User B", "with predefined sprite person2", "person2")
@@ -451,7 +451,7 @@ Person(userB, "User B", "with predefined sprite person2", "person2")
451451
452452``` plantuml
453453@startuml HIDE_PERSON_SPRITE Sample
454- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
454+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
455455
456456HIDE_PERSON_SPRITE()
457457
@@ -472,7 +472,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
472472
473473``` plantuml
474474@startuml SHOW_PERSON_SPRITE Sample
475- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
475+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
476476
477477/' Not needed because this is the default with sprite "person" '/
478478SHOW_PERSON_SPRITE()
@@ -494,7 +494,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
494494
495495``` plantuml
496496@startuml SHOW_PERSON_SPRITE(sprite) Sample
497- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
497+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
498498!define osaPuml https://raw.githubusercontent.com/Crashedmind/PlantUML-opensecurityarchitecture2-icons/master
499499!include osaPuml/Common.puml
500500!include osaPuml/User/all.puml
@@ -518,7 +518,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
518518
519519``` plantuml
520520@startuml SHOW_PERSON_PORTRAIT() Sample
521- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
521+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
522522
523523SHOW_PERSON_PORTRAIT()
524524
@@ -544,7 +544,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
544544
545545``` plantuml
546546@startuml SHOW_PERSON_OUTLINE() Sample
547- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Container.puml
547+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Container.puml
548548
549549SHOW_PERSON_OUTLINE()
550550
@@ -576,7 +576,7 @@ show is defined with `$show=true` and hide is defined with `$show=false`
576576
577577``` plantuml
578578@startuml
579- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Sequence.puml
579+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Sequence.puml
580580
581581SHOW_ELEMENT_DESCRIPTIONS()
582582
@@ -598,7 +598,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
598598
599599``` plantuml
600600@startuml
601- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Sequence.puml
601+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Sequence.puml
602602
603603SHOW_FOOT_BOXES()
604604
@@ -620,7 +620,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS")
620620
621621``` plantuml
622622@startuml
623- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Sequence.puml
623+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Sequence.puml
624624
625625SHOW_INDEX()
626626
@@ -661,7 +661,7 @@ via `ENABLE_ALL_PLANT_ELEMENTS`. It can be set with following 2 options
661661``` plantuml
662662@startuml
663663!ENABLE_ALL_PLANT_ELEMENTS = 1
664- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Component.puml
664+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Component.puml
665665...
666666@enduml
667667```
@@ -676,7 +676,7 @@ but the style is not correct displayed.
676676``` plantuml
677677@startuml
678678!ENABLE_ALL_PLANT_ELEMENTS = 1
679- !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master /C4_Component.puml
679+ !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.12.0 /C4_Component.puml
680680
681681Component(comp, "Copy component")
682682
0 commit comments