Skip to content

Commit

Permalink
change includes to to 2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoNiepel committed Apr 1, 2019
1 parent 43fe6d3 commit fe13039
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To be independent of any internet connectivity, you can also download `AzureComm
If you want to use the always up-to-date version in this repo, use the following:

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

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

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

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

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

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

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

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

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

!includeurl AzurePuml/AzureC4Integration.puml
Expand Down

0 comments on commit fe13039

Please sign in to comment.