From 5e2f7e9730174b2b58ee48240f86b21c417a2b4a Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Sun, 19 Jun 2022 15:20:28 -0500 Subject: [PATCH] Fix broken link for no-script-in-document-page error. --- errors/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors/manifest.json b/errors/manifest.json index 23986a780ad1d..e7e2003142c98 100644 --- a/errors/manifest.json +++ b/errors/manifest.json @@ -569,7 +569,7 @@ { "path": "/errors/no-script-in-document-page.md", "redirect": { - "destination": "/errors/no-script-in-document" + "destination": "/docs/messages/no-script-in-document" } }, {