Ok, I figured this out myself. In the scroll-back-to-top.js file, I replaced
if(typeof scrollBackToTop.scrollDuration !== 'undefined'){
scrollToElement("body", scrollBackToTop.scrollDuration, 0);
}
});
with
`window.location = “http://URLHERE.com”;
});`