summaryrefslogtreecommitdiff
path: root/docs/_includes/forward.html
blob: 9c8cdd663e81cb54273b750c33105e70410195d1 (plain)
1
2
3
4
5
6
<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>