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.
2 parents 6ff4cd4 + 9d8fb8f commit cfe0351Copy full SHA for cfe0351
docs/index.html
@@ -23,11 +23,11 @@
23
24
<body>
25
<h1>Redirecting</h1>
26
- <main>You should be automatically redirected to the stable release. If not <a href="/stable/">click here.</a></main>
+ <main>You should be automatically redirected to the stable release. If not <a href="./stable/">click here.</a></main>
27
<script>
28
- if (window.location.pathname === '/') {
+ if (window.location.pathname === '/solace-queue-browser/') {
29
setTimeout(() => {
30
- window.location.replace('/stable/');
+ window.location.replace('./stable/');
31
}, 800);
32
}
33
</script>
0 commit comments