How to set internal-links in gantt chart

Hi! I cant understand how to insert backlinks into mermaid diagrams?
I know how to do it in Flowchart:

mermaid
graph TD
a --> b
b --> c
d --> c
class b internal-link;

But how to do the same with Mermaid Gantt or Sequence diagram?
Is it possible :worried: ?
Thanks!

2 Likes