diff --git a/.overrides/404.html b/.overrides/404.html index 0cf2dc1..b127b20 100644 --- a/.overrides/404.html +++ b/.overrides/404.html @@ -8,7 +8,7 @@

Page moved or not found

The page you're looking for may have moved under a versioned path.

- You’ll be automatically redirected to the latest version of this page, if it exists. + Please update the bookmarks or the reference to these pages to the following link if, the new location exists.

👉 Redirect to /latest/... @@ -26,7 +26,7 @@

Page moved or not found

const link = document.getElementById("redirect-link"); link.href = newPath; link.textContent = newPath; // Set both href and visible text - window.location.replace(newPath); + //window.location.replace(newPath); } })();