Skip to content

Commit

Permalink
♻️ (variables.tf): update redirect path to include leading slash for …
Browse files Browse the repository at this point in the history
…consistency and correctness in URL structure
  • Loading branch information
jandroav committed Dec 12, 2024
1 parent da2b096 commit 8a5bfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/redirect_creation/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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/" }
]
}
Expand Down

0 comments on commit 8a5bfd2

Please sign in to comment.