From 15f4808feca7d216375dcc024e141848a79204e4 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 2 Dec 2022 16:17:30 -0800 Subject: [PATCH] Move to docs subdomain --- docs/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {