From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 3 Dec 2022 00:17:30 +0000 (-0800) Subject: Move to docs subdomain X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fsunset-rtd;p=thirdparty%2Fpaperless-ngx.git Move to docs subdomain --- diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 89355b774e..645f4dba28 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(() => {