From ef0c6135aa7a42d5fef49117e18c3e271ae8824e Mon Sep 17 00:00:00 2001 From: Danish Javed Date: Mon, 15 Jun 2020 18:55:40 +0100 Subject: [PATCH] fix: broken import C4_Container.puml link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c749d58..dcb1dc6 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Rel(web_app, twitter, "Gets tweets from", "HTTPS") * 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/adrianvlupu/latest/C4_Container.puml` + * Import: `!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml` * Additional Macros: `Container`, `ContainerDb`, `Container_Boundary` * Component diagram * Import: `!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Component.puml`