Link by variable does not work any longer

0 votes
asked Nov 16 in Bug by boshka (3,880 points)
This used to work fine a while ago, but now it does not:

https://www.plantuml.com/plantuml/umla/SoWkIImgAStDuL8C3VAnLSeeAIaejjBNBoylrqlFpq_FITLBpizLub9qz7Fsy0-oLOgE1gfJSCnBpiWl2acjA8cDLUBY0YefoCzBpIjHK7A6CMFoD21wD9KK4eiL4XMgkMgv75BpKe2M0G00

Note, that the link href is expected to be https://www.google.com in this case, but it is just "URL"
commented Nov 16 by The-Lu (60,440 points)

Hi B., and all,

Here is a workaround:

@startuml
!$URL="https://www.google.com"
!$ANCHOR="[[" + $URL + " AnchorText]]"

component "Component\n($ANCHOR)" as a {
}
@enduml

Enjoy,
Regards,
Th.

commented Nov 16 by boshka (3,880 points)
Hi The-Lu!

Thank you!

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...