Skip to content

Commit 4a51926

Browse files
committed
Fixed all examples to include local ../Archimate.puml
1 parent 68b43f5 commit 4a51926

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

samples/Archimate-InternetBrowser.wsd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@startuml
2-
'!include Archimate.puml
3-
!includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master/Archimate.puml
2+
!include ../Archimate.puml
43

54
title Archimate Sample - Internet Browser
65

samples/Archimate-Overview.wsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml
2-
!include Archimate.puml
2+
!include ../Archimate.puml
33

44
title Archimate Overview
55

samples/Archimate-Relationships.wsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml
2-
!include Archimate.puml
2+
!include ../Archimate.puml
33

44
title Archimate Example - Relationships
55

samples/Archimate-Sample01.wsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml
2-
!includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master/Archimate.puml
2+
!include ../Archimate.puml
33

44
title Archimate Sample - Requirement & Application Services
55

samples/Syntax-Examples.wsd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
@startuml Example-Stakeholder
2-
!includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master/Archimate.puml
2+
!include ../Archimate.puml
33

44
Motivation_Stakeholder(StakeholderElement, "Stakeholder Description")
55

66
@enduml
77

88
@startuml Example-BusinessService
9-
!includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master/Archimate.puml
9+
!include ../Archimate.puml
1010

1111
Business_Service(BService, "Business Service")
1212

1313
@enduml
1414

1515
@startuml Example-Composition
16-
!includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master/Archimate.puml
16+
!include ../Archimate.puml
1717
Motivation_Stakeholder(StakeholderElement, "Stakeholder Description")
1818
Business_Service(BService, "Business Service")
1919

2020
Rel_Composition(StakeholderElement, BService, "Description for the relationship")
2121
@enduml
2222

2323
@startuml Example-CompositionDown
24-
!includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master/Archimate.puml
24+
!include ../Archimate.puml
2525
Motivation_Stakeholder(StakeholderElement, "Stakeholder Description")
2626
Business_Service(BService, "Business Service")
2727

2828
Rel_Composition_Down(StakeholderElement, BService, "Description for the relationship")
2929
@enduml
3030

3131
@startuml Example-Grouping
32-
!includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master/Archimate.puml
32+
!include ../Archimate.puml
3333
Grouping(Example01, "Group Type 01"){
3434
Motivation_Stakeholder(StakeholderElement, "Stakeholder Description")
3535
Business_Service(BService, "Business Service")
@@ -38,7 +38,7 @@ Grouping(Example01, "Group Type 01"){
3838
@enduml
3939

4040
@startuml Example-Group
41-
!includeurl https://raw.githubusercontent.com/ebbypeter/Archimate-PlantUML/master/Archimate.puml
41+
!include ../Archimate.puml
4242

4343
Group(Example02, "Group Type 02"){
4444
Motivation_Stakeholder(StakeholderElement, "Stakeholder Description")

0 commit comments

Comments
 (0)