From a483b59dbd8525baad14ff4c828880a2118861a6 Mon Sep 17 00:00:00 2001 From: adrian-velonis1 <85172912+adrian-velonis1@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:28:51 -0500 Subject: [PATCH] PD-5537 (#291) https://datical.atlassian.net/browse/PD-5537 --- scripts/redirect_creation/variables.tf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/redirect_creation/variables.tf b/scripts/redirect_creation/variables.tf index 58657b6ba..c2dd26599 100644 --- a/scripts/redirect_creation/variables.tf +++ b/scripts/redirect_creation/variables.tf @@ -956,9 +956,10 @@ variable "redirects" { { key = "/liquibase-pro/native-executors/msqql-server-sqlcmd.html", website_redirect = "/liquibase-pro/native-executors/mssql-server-sqlcmd.html" }, { key = "/liquibase-pro/policy-checks/check-chains/home.html", website_redirect = "/liquibase-pro/policy-checks/check-chains.html" }, { key = "/liquibase-pro/policy-checks/checks/changelog-checks/require-changeset-dis-uuid.html", website_redirect = "/liquibase-pro/policy-checks/checks/changelog-checks/require-changeset-id-is-uuid.html" }, - { key = "/liquibase-pro/policy-checks/custom-policy-checks/api-helper-scripts.html", website_redirect = "/liquibase-pro/policy-checks/custom-policy-checks/liquibase-api-python-modules.html" }, + { key = "/liquibase-pro/policy-checks/custom-policy-checks/api-helper-scripts.html", website_redirect = "/liquibase-pro/policy-checks/custom-policy-checks/liquibase-python-modules.html" }, { key = "/liquibase-pro/policy-checks/custom-policy-checks/checks-python-package.html", website_redirect = "/liquibase-pro/policy-checks/custom-policy-checks/python-virtual-environment.html" }, - { key = "/liquibase-pro/policy-checks/custom-policy-checks/liquibase-api-libraries.html", website_redirect = "/liquibase-pro/policy-checks/custom-policy-checks/liquibase-api-python-modules.html" }, + { key = "/liquibase-pro/policy-checks/custom-policy-checks/liquibase-api-libraries.html", website_redirect = "/liquibase-pro/policy-checks/custom-policy-checks/liquibase-python-modules.html" }, + { key = "/liquibase-pro/policy-checks/custom-policy-checks/liquibase-api-python-modules.html", website_redirect = "/liquibase-pro/policy-checks/custom-policy-checks/liquibase-python-modules.html" }, { key = "/liquibase-pro/policy-checks/custom-policy-checks/status-message-variable.html", website_redirect = "/liquibase-pro/policy-checks/custom-policy-checks/dynamic-status-messages.html" }, { key = "/liquibase-pro/policy-checks/custom-policy-checks/tutorial.html", website_redirect = "http://liquibase-pro/policy-checks/custom-policy-checks/create-check.html" }, { key = "/liquibase-pro/quality-checks/check-chains.html", website_redirect = "/liquibase-pro/policy-checks/check-chains.html" },