mirror of https://github.com/rq/rq.git
7 lines
204 B
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>
|