Update the !include paths to point to the new release URL.#270
Update the !include paths to point to the new release URL.#270
!include paths to point to the new release URL.#270Conversation
There was a problem hiding this comment.
a) I think this merge is in the wrong direction (C4_* from master should still reference master)
b) and the used reference https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.5.0/C4_Container.puml
is not working
@startuml
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.5.0/C4_Container.puml
Person(admin, "Administrator")
System_Boundary(c1, "Sample System") {
Container(web_app, "Web Application", "C#, ASP.NET Core 2.1 MVC", "Allows users to compare multiple Twitter timelines")
}
System(twitter, "Twitter")
Rel(admin, web_app, "Uses", "HTTPS")
Rel(web_app, twitter, "Gets tweets from", "HTTPS")
@enduml|
The I was planning on deleting the |
|
Thank you for the explanation (next time I will update the branches with the correct branches ;-) ) |
No description provided.