diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 89355b774..645f4dba2 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -27,7 +27,7 @@ const path = (RTD_TO_MKD[window.location.pathname.substring(window.location.pathname.lastIndexOf("/") + 1)] ?? "") + "/"; const hash = window.location.hash; - const redirectURL = new URL(path + hash, "https://paperless-ngx.com/"); + const redirectURL = new URL(path + hash, "https://docs.paperless-ngx.com/"); console.log(`Redirecting to ${redirectURL} in 3 seconds...`); setTimeout(() => {