Skip to content

Commit

Permalink
PD-5537 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-velonis1 authored Jan 10, 2025
1 parent c5912b8 commit a483b59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/redirect_creation/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit a483b59

Please sign in to comment.