Links not workling

0 votes
asked Feb 12, 2019 in Question / help by anonymous
Hello!

I have a diagram with class, rectangle and package elements. Each element has a link to it - the links on the class and package are working properly, the link on the rectangle element is not even clickable. The rectangle elements are in a package element.

 

Is there a reason why the links are not working?

Thank you in advance!

Stela

1 Answer

0 votes
answered Feb 13, 2019 by plantuml (295,000 points)
It would be helpful if you would post your example.

Thanks!
commented Feb 14, 2019 by anonymous
@startuml
package " XY " as XXY [[/text/web/test/abc/92:2]] {
rectangle " YY " as YYY [[/text/web/test/ced/222:0]] {
}
rectangle " YX " as XYY [[/text/web/test/ced/221:2]] {
class " AB " as AAB [[/text/web/test/ced/222:1]]
class " CD " as CCD [[/text/web/test/ced/221:1]]
}
}
@enduml
commented Feb 14, 2019 by plantuml (295,000 points)
Ok, thanks.
This should be ok in last beta http://beta.plantuml.net/plantuml.jar
Please post some other simple examples if you find issues in URL !
Regards,
...