Skip to content

Commit fe13039

Browse files
committed
change includes to to 2-1
1 parent 43fe6d3 commit fe13039

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To be independent of any internet connectivity, you can also download `AzureComm
6161
If you want to use the always up-to-date version in this repo, use the following:
6262

6363
```c#
64-
!includeurl https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-0/dist/AzureCommon.puml
64+
!includeurl https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1/dist/AzureCommon.puml
6565
```
6666

6767
The next step is to include specific `.puml` files from Azure-PlantUML.
@@ -78,7 +78,7 @@ It is also possible to include Azure services category `.puml` files, which cont
7878
Or the always up-to-date version in this repo:
7979

8080
```c#
81-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-0/dist
81+
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1/dist
8282
!includeurl AzurePuml/AzureCommon.puml
8383
!includeurl AzurePuml/Databases/all.puml
8484
!includeurl AzurePuml/Compute/AzureFunction.puml
@@ -92,7 +92,7 @@ All Azure services names, categories, colored and monochrom symbols, and their `
9292

9393
```csharp
9494
@startuml Hello World
95-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-0/dist
95+
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1/dist
9696
!includeurl AzurePuml/AzureCommon.puml
9797
!includeurl AzurePuml/Databases/all.puml
9898
!includeurl AzurePuml/Compute/AzureFunction.puml
@@ -124,7 +124,7 @@ Just import the necessary `.puml` files and you can use the macros in all your P
124124
```csharp
125125
@startuml Basic usage - Stream processing with Azure Stream Analytics
126126

127-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-0/dist
127+
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1/dist
128128
!includeurl AzurePuml/AzureCommon.puml
129129
!includeurl AzurePuml/Analytics/AzureEventHub.puml
130130
!includeurl AzurePuml/Analytics/AzureStreamAnalytics.puml
@@ -158,7 +158,7 @@ If you just want to use the PlantUML sprites inside your existing diagrams, this
158158
@startuml Raw usage - Sprites
159159
!pragma revision 1
160160

161-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-0/dist
161+
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1/dist
162162
!includeurl AzurePuml/AzureRaw.puml
163163
!includeurl AzurePuml/Databases/AzureCosmosDb.puml
164164
!includeurl AzurePuml/Compute/AzureFunction.puml
@@ -193,7 +193,7 @@ To enable the simplified mode `AzureSimplified.puml` needs to be included or can
193193
@startuml Two Mode Sample
194194
!pragma revision 1
195195

196-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-0/dist
196+
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1/dist
197197
!includeurl AzurePuml/AzureCommon.puml
198198

199199
' !includeurl AzurePuml/AzureSimplified.puml
@@ -253,7 +253,7 @@ For using **Azure-PlantUML** and [C4-PlantUML](https://github.com/RicardoNiepel/
253253

254254
!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml
255255
256-
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-0/dist
256+
!define AzurePuml https://raw.githubusercontent.com/RicardoNiepel/Azure-PlantUML/release/2-1/dist
257257
!includeurl AzurePuml/AzureCommon.puml
258258

259259
!includeurl AzurePuml/AzureC4Integration.puml

0 commit comments

Comments
 (0)