Sure, it is being added to a CTA like this:
OK, this is the variable in the template:
<meta mktomodulescope="true" class="mktoString" id="CTA-url-text" mktoname="CTA URL" default="#" />
Sorry about that, here you go.
<td bgcolor="${CTA-bg-color}" style="font-family: 'Source Sans 3', sans-serif !important; border: 1px solid ${CTA-bg-color};font-family:Arial, sans-serif; font-size:14px; text-align: center; vertical-align: middle; color: ${CTAColor}; padding: 15px 15px;line-height:20px;font-weight:600; text-transform:capitalize;border-radius:6px;" valign="middle"> <a style="outline: 0; color: rgb(0, 125, 187);
text-decoration: none; text-decoration: none; color: ${CTAColor}; outline:none;" href="${CTA-url-text}"> <span style="color:${CTAColor};">${CTAText}</span> </a> </td>
Well, there’s your problem!
It needs to be:
href="https://${CTA-url-text}"
If you’re wondering why the link still appears to work (though without tracking) I explained it here: