Referencing a dashboard as a link from another panel's context text markdown

Hi,
I am trying to add a link to a dashboard from another panel. Please see example in the screenshot. Ideally, I shouldn’t be having to provide “localhost” there… and should just be able to say … <dashboard-folder/dashboard-name>. Does grafana have a way to do this?

  • What Grafana version and what operating system are you using?
    Latest

  • What are you trying to achieve?
    Referencing a dashboard as a hyperlink from another panel’s text

  • How are you trying to achieve it?
    see screenshot

  • What happened?

  • What did you expect to happen?

  • Can you copy/paste the configuration(s) that you are having problems with?
    screenshot attached

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.

  • Did you follow any online instructions? If so, what is the URL?

That’s simple HTML issue. Use relative link (e.g. /d/...) instead of absolute URL (e.g. http://localhost:3000/d/...)