Skip to content

Commit cfe0351

Browse files
Merge branch 'main' of https://github.com/solacecommunity/solace-queue-browser into gh-pages
2 parents 6ff4cd4 + 9d8fb8f commit cfe0351

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323

2424
<body>
2525
<h1>Redirecting</h1>
26-
<main>You should be automatically redirected to the stable release. If not <a href="/stable/">click here.</a></main>
26+
<main>You should be automatically redirected to the stable release. If not <a href="./stable/">click here.</a></main>
2727
<script>
28-
if (window.location.pathname === '/') {
28+
if (window.location.pathname === '/solace-queue-browser/') {
2929
setTimeout(() => {
30-
window.location.replace('/stable/');
30+
window.location.replace('./stable/');
3131
}, 800);
3232
}
3333
</script>

0 commit comments

Comments
 (0)