If you need to disable click-through tracking for individual links in your mailing, do the following:
Simply add data-msys-clicktrack="0" to the <a> tag that contains your link. The final untracked link can look something like this:
<a href="www.yourpage.com" data-msys-clicktrack="0">This link will not be tracked</a>