We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bf9d3 commit b53c5c0Copy full SHA for b53c5c0
sphinxext/rediraffe.py
@@ -27,11 +27,11 @@
27
</noscript>
28
</head>
29
<body>
30
- <p>You should have been redirected.</p>
31
- <a href="{{rel_url}}">If not, click here to continue.</a>
32
<script>
33
window.location.href = '{{rel_url}}' + (window.location.search || '') + (window.location.hash || '');
34
</script>
+ <p>You should have been redirected.</p>
+ <a href="{{rel_url}}">If not, click here to continue.</a>
35
</body>
36
</html>
37
0 commit comments