Hyperlinks on connections between nodes in component diagram not working

+2 votes
asked Aug 22, 2017 in Wanted features by GerrietR (120 points)
In class diagrams hyperlinks on connections can be made like this:

@startuml
class Car
class Wheel
Car *-- Wheel [[http://plantuml.com/class]] : has some
@enduml

The same for nodes in component diagrams leads to an error:

@startuml
node Car
node Wheel
Car *-- Wheel [[http://plantuml.com/class]] : has some
@enduml

Is it possible to have hyperlinks for all kinds of connections?
commented Feb 23, 2021 by The-Lu (64,760 points)

Hello All and PlantUML team,

We observe the same issue with State diagram:

@startuml
state Car
state CarWithWheel
Car -> CarWithWheel [[http://plantuml.com/state-diagram]] : Add wheel to car
@enduml

Thanks for your support, and the uniformization, if possible, between diagrams.
Regards,
Th.

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.
...