C4-PlantUML
C4-PlantUML copied to clipboard
IntelliJ Live templates point to old repository
Hi there, the live templates (those that generate the skeleton for at diagram) doesn't point to the plantuml-stdlib repo, but to @RicardoNiepel's old repo.
Actual link
!includeurl https://raw.githubusercontent.com/RicardoNiepel/C4-PlantUML/master/C4_Context.puml
Expected link
!includeurl https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml
If you decide to change it, you might as well also change to !include
instead of !includeurl
, since the library itself doesn't seem to support any version of PlantUML that doesn't also support !include
for URLs.
@LosD Thank you for reporting this!
I'm away on vacation for the coming week, but I'll have a look when I get back. 👍
This issue has been automatically marked as stale because it has not had activity in the past 60 days. It will be closed in seven days if no further activity occurs. Thank you for your contributions.
Hi @Potherca, do you have time for the update? If yes we could at it to release 2.7.0 Thank you and best regards Helmut PS.: I have no MACOS that I can create this part of the zip too
I'm afraid that work demands and ill health have been playing up again. Little to no time available for contributions at the moment. 😞
cleanup stalled issue. If the problem is still relevant please reopen it.
fixed with #344
@kirchsth , I didn't change !includeurl to !include. It still works for me though.