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?