How to add a link / URL to a Dashboard

Yes, that did the trick. The only thing that needs to be done is, you need to encode your URL due to a defect with Markdowns. Change ( to %28 and ) to %29 in your URL and it works.

Thanks.