tienes varias posibilidades
en lugar de usar un link usar otro tag
Cita: <span style="cursor:pointer" onclick="window.location('url')">
o usar replace
Cita: <a href="url" onclick="this.href = this.href.replace(this.href, function(){return 'otra_url';});">