$(document).ready(function() {
    $('a.info-links').each(function () {
        this.href = this.href.replace('details.html','register.html');
    });
});
