]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Move to docs subdomain sunset-rtd
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sat, 3 Dec 2022 00:17:30 +0000 (16:17 -0800)
committerGitHub <noreply@github.com>
Sat, 3 Dec 2022 00:17:30 +0000 (16:17 -0800)
docs/_templates/layout.html

index 89355b774eed35ab91fd0a4e4d910ee007e0c7af..645f4dba28ed66a8e47f1d5eb39669c685cd7212 100644 (file)
@@ -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(() => {