From 10c4c954c2496c00b39d3bcb65f5e2543975bebe Mon Sep 17 00:00:00 2001 From: Adrian Lupu Date: Wed, 12 Jun 2019 18:32:54 +0300 Subject: [PATCH] all links point to adrianvlupu/C4-Builder --- C4_Component.puml | 2 +- C4_Container.puml | 2 +- C4_Context.puml | 2 +- LayoutOptions.md | 8 ++++---- README.md | 12 ++++++------ .../C4_Component Diagram Sample - bigbankplc.puml | 2 +- .../C4_Container Diagram Sample - bigbankplc.puml | 2 +- .../C4_Container Diagram Sample - message bus.puml | 2 +- .../C4_Container Diagram Sample - techtribesjs.puml | 2 +- ...ontext Diagram Sample - bigbankplc-landscape.puml | 2 +- samples/C4_Context Diagram Sample - bigbankplc.puml | 2 +- samples/C4_Context Diagram Sample - enterprise.puml | 2 +- 12 files changed, 20 insertions(+), 20 deletions(-) diff --git a/C4_Component.puml b/C4_Component.puml index d645f95..3e6c15f 100644 --- a/C4_Component.puml +++ b/C4_Component.puml @@ -1,4 +1,4 @@ -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml ' uncomment the following line and comment the first to use locally ' !include C4_Container.puml diff --git a/C4_Container.puml b/C4_Container.puml index 680c23e..0c6a195 100644 --- a/C4_Container.puml +++ b/C4_Container.puml @@ -1,4 +1,4 @@ -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Context.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Context.puml ' uncomment the following line and comment the first to use locally ' !include C4_Context.puml diff --git a/C4_Context.puml b/C4_Context.puml index 1377798..143def2 100644 --- a/C4_Context.puml +++ b/C4_Context.puml @@ -1,4 +1,4 @@ -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4.puml ' uncomment the following line and comment the first to use locally ' !include C4.puml diff --git a/LayoutOptions.md b/LayoutOptions.md index bb9cbc3..3a10c49 100644 --- a/LayoutOptions.md +++ b/LayoutOptions.md @@ -12,7 +12,7 @@ With the two macros `LAYOUT_TOP_DOWN()` and `LAYOUT_LEFT_RIGHT()` it is possible ```csharp @startuml LAYOUT_TOP_DOWN Sample -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml /' Not needed because this is the default '/ LAYOUT_TOP_DOWN() @@ -34,7 +34,7 @@ Using `LAYOUT_LEFT_RIGHT` ```csharp @startuml LAYOUT_LEFT_RIGHT Sample -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml LAYOUT_LEFT_RIGHT() @@ -61,7 +61,7 @@ This can be enabled with `LAYOUT_WITH_LEGEND()`. ```csharp @startuml LAYOUT_WITH_LEGEND Sample -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml LAYOUT_WITH_LEGEND() @@ -93,7 +93,7 @@ With `LAYOUT_AS_SKETCH()` you can make a difference. ```csharp @startuml LAYOUT_AS_SKETCH Sample -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml LAYOUT_AS_SKETCH() diff --git a/README.md b/README.md index fa437c2..cd00c8d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Just remember to change the `!include` statements inside the top of the files. If you want to use the always up-to-date version in this repo, use the following: ```c# -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/release/1-1/C4_Container.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml ``` Now let's create a C4 Container diagram: @@ -41,7 +41,7 @@ After you have included `C4_Container.puml` you can use the defined macro defini ```csharp @startuml C4_Elements -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/release/1-1/C4_Container.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml Person(personAlias, "Label", "Optional Description") Container(containerAlias, "Label", "Technology", "Optional Description") @@ -59,7 +59,7 @@ Take a look a look at the following sample of a C4 Container Diagram: ```csharp @startuml Basic Sample -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/release/1-1/C4_Container.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml Person(admin, "Administrator") System_Boundary(c1, "Sample System") { @@ -77,13 +77,13 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS") ## Supported Diagram Types * System Context & System Landscape diagrams - * Import: `!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/release/1-1/C4_Context.puml` + * Import: `!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Context.puml` * Macros: `Person`, `Person_Ext`, `System`, `System_Ext`, `SystemDb`, `SystemDb_Ext`, `Boundary`, `System_Boundary`, `Enterprise_Boundary` * Container diagram - * Import: `!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/release/1-1/C4_Container.puml` + * Import: `!include https://raw.githubusercontent.com/adrianvlupu/latest/C4_Container.puml` * Additional Macros: `Container`, `ContainerDb`, `Container_Boundary` * Component diagram - * Import: `!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/release/1-1/C4_Component.puml` + * Import: `!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Component.puml` * Additional Macros: `Component`, `ComponentDb` Take a look at each of the [C4 Model Diagram Samples](samples/C4CoreDiagrams.md). diff --git a/samples/C4_Component Diagram Sample - bigbankplc.puml b/samples/C4_Component Diagram Sample - bigbankplc.puml index 27f0850..df55e42 100644 --- a/samples/C4_Component Diagram Sample - bigbankplc.puml +++ b/samples/C4_Component Diagram Sample - bigbankplc.puml @@ -1,5 +1,5 @@ @startuml -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Component.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Component.puml ' uncomment the following line and comment the first to use locally ' !include C4_Component.puml diff --git a/samples/C4_Container Diagram Sample - bigbankplc.puml b/samples/C4_Container Diagram Sample - bigbankplc.puml index 5b68eea..81e6d86 100644 --- a/samples/C4_Container Diagram Sample - bigbankplc.puml +++ b/samples/C4_Container Diagram Sample - bigbankplc.puml @@ -1,5 +1,5 @@ @startuml -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml ' uncomment the following line and comment the first to use locally ' !include C4_Container.puml diff --git a/samples/C4_Container Diagram Sample - message bus.puml b/samples/C4_Container Diagram Sample - message bus.puml index 5b4100c..c3f9c3e 100644 --- a/samples/C4_Container Diagram Sample - message bus.puml +++ b/samples/C4_Container Diagram Sample - message bus.puml @@ -1,5 +1,5 @@ @startuml "bigbankplc" -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml ' uncomment the following line and comment the first to use locally ' !include C4_Container.puml diff --git a/samples/C4_Container Diagram Sample - techtribesjs.puml b/samples/C4_Container Diagram Sample - techtribesjs.puml index a2a8c80..c567e56 100644 --- a/samples/C4_Container Diagram Sample - techtribesjs.puml +++ b/samples/C4_Container Diagram Sample - techtribesjs.puml @@ -1,5 +1,5 @@ @startuml "techtribesjs" -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Container.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml ' uncomment the following line and comment the first to use locally ' !include C4_Container.puml diff --git a/samples/C4_Context Diagram Sample - bigbankplc-landscape.puml b/samples/C4_Context Diagram Sample - bigbankplc-landscape.puml index e29f8f5..111e309 100644 --- a/samples/C4_Context Diagram Sample - bigbankplc-landscape.puml +++ b/samples/C4_Context Diagram Sample - bigbankplc-landscape.puml @@ -1,5 +1,5 @@ @startuml -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Context.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Context.puml ' uncomment the following line and comment the first to use locally ' !include C4_Context.puml diff --git a/samples/C4_Context Diagram Sample - bigbankplc.puml b/samples/C4_Context Diagram Sample - bigbankplc.puml index c7550dd..5c298de 100644 --- a/samples/C4_Context Diagram Sample - bigbankplc.puml +++ b/samples/C4_Context Diagram Sample - bigbankplc.puml @@ -1,5 +1,5 @@ @startuml -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Context.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Context.puml ' uncomment the following line and comment the first to use locally ' !include C4_Context.puml diff --git a/samples/C4_Context Diagram Sample - enterprise.puml b/samples/C4_Context Diagram Sample - enterprise.puml index c11da10..68426c5 100644 --- a/samples/C4_Context Diagram Sample - enterprise.puml +++ b/samples/C4_Context Diagram Sample - enterprise.puml @@ -1,5 +1,5 @@ @startuml "enterprise" -!include https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Context.puml +!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Context.puml ' uncomment the following line and comment the first to use locally ' !include C4_Context.puml