rq/_includes/forward.html

7 lines
204 B
HTML

<script type="text/javascript">
// Auto-forward for incoming links on nvie.com
if ("nvie.com" === document.location.hostname) {
document.location = 'http://python-rq.org';
}
</script>