I have added some links in a Magento static block, example:
<a title="Click here for more information" href="{{store_url=about-us}" target="_self">About Us</a>
This seems to be working just fine, however once I am on HTTPS the links remain in a http:// format. Is there a way to have these automatically change to HTTPS as well?
Some advice would be greatly appreaciated.