URL in name of link not working in class diagram

0 votes
asked Oct 23, 2014 in Closed bug by anonymous
recategorized Oct 24, 2014
if you specify the name of a link to be a URL, it will not be recognized:

@startuml
Car - Wheel :[[http://google.com test]]
@enduml

 

adding some character before the name is a workaround:

 

@startuml
Car - Wheel :_[[http://google.com test]]
@enduml

1 Answer

0 votes
answered Oct 23, 2014 by plantuml (295,000 points)
 
Best answer
This has been fixed in version 8009.

Thanks again for the report!
commented Oct 24, 2014 by anonymous
whow, that was quick. Thank you.
commented Dec 3, 2014 by Jerome2606 (100 points)
Hi,
I use the PlantUML confluence plugin and this is not ok in my current version (8004 on version 5.5 in confluence).
Is there a way to upgrade the plantUML version in confluence plugin?

Regards,
...