Crashedmind / PlantUMLHitchhikersGuide

source code here https://github.com/Crashedmind/PlayingWithPlantUMLSource
https://crashedmind.github.io/PlantUMLHitchhikersGuide/
70 stars 8 forks source link

Some links seem to be broken #44

Open Fabian1535 opened 1 month ago

Fabian1535 commented 1 month ago

Especially diagrams that include:

!include <awslib/mobile/all.puml>

And I can't figure it out how to fix it. Thanks,

Crashedmind commented 1 month ago

thanks @Fabian1535

'looks like the folders changed in the source icon library.

https://github.com/plantuml/plantuml-stdlib/tree/master/awslib

https://github.com/plantuml/plantuml-stdlib/tree/master/awslib14 is the latest awslib as of now So you could do e.g. !include <awslib14/FrontEndWebMobile/all.puml>

Fabian1535 commented 1 month ago

Awesome thank you, that worked.

Is there an easy way to see the new diagrams/locations with where they are located in the new folder structure?