diff --git a/scripts/redirect_creation/variables.tf b/scripts/redirect_creation/variables.tf
index d1944cc66..bf397a760 100644
--- a/scripts/redirect_creation/variables.tf
+++ b/scripts/redirect_creation/variables.tf
@@ -1471,7 +1471,7 @@ variable "redirects" {
     { key = "/workflows/liquibase-pro/mysqlgrants.html", website_redirect = "/liquibase-pro/stored-logic/mysqlgrants.html" },
     { key = "/workflows/liquibase-pro/mysqlsecuritycontext.html", website_redirect = "/liquibase-pro/stored-logic/mysqlsecuritycontext.html" },
     { key = "/workflows/liquibase-pro/stored-logic.html", website_redirect = "/liquibase-pro/stored-logic/home.html" },
-    { key = "/workflows/quality-checks/concepts/json-object.html", website_redirect = "liquibase-pro/policy-checks/workflows/json-object.html" },
+    { key = "/workflows/quality-checks/concepts/json-object.html", website_redirect = "/liquibase-pro/policy-checks/workflows/json-object.html" },
     { key = "/xml/ns/dbchangelog/", website_redirect = "https://www.liquibase.org/xml/ns/dbchangelog/" }
   ]
 }