If you are linking to another page on your DPG site, you only need to include the part of the address after the / at the end of the domain name.
General - Using HTML in image description
You can use HTML in the image description field. For example, to link to an external site use the following code:<a href="https://www.google.com">Link text here</a>
When linking to an external website be sure that you enter full URLs including the http:// or https:// prefix.
For example, to link to your blog page, you only need to enter /blog/:
<a href="/blog/">See more on my blog</a>