How to add a page link in my confirmation email?

Hello,

I am trying to figure out how to add a page link to my Shopify shipping confirmation email.

I would like it say say some thing like:

For return questions visit our RETURN PAGE

The RETURN PAGE would be highlighted as a link and the link would take them straight to my Return Information page a https://www.yourwebsitehere.com/pages/returns

I would like this to be placed at the bottom above this

Hi @Jeffro1234

Hope you’re having a great day!

Add this code just before td closing tag and just after p closing tag as specified below on the screenshot:


For return questions, visit [RETURN PAGE](https://www.yourwebsitehere.com/pages/returns)

If you have any further questions, please do reach out either here on the forum, or via a private message/email.

Ty very much. I appreciate it.