From 402fe6aad653d9b5dcbbe078f638ed9c024c8797 Mon Sep 17 00:00:00 2001 From: Andy Brody Date: Mon, 17 Nov 2025 10:18:40 -0500 Subject: [PATCH] Add a redirect from /legal/DPA to /legal/dpa There are existing links in legal documents that point to the old uppercase URL. These links were broken by removing the duplicate DPA.md in PR #949. Add a redirect so that it continues to work. --- mkdocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yaml b/mkdocs.yaml index 1021052b0..f9d47a2db 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -99,3 +99,4 @@ plugins: redirect_maps: "concepts/policy/git-push-policy.md": "concepts/policy/push-policy/README.md" "integrations/single-sign-on/azure-ad-oidc-setup-guide.md": "integrations/single-sign-on/microsoft-entra-id-oidc-setup-guide.md" + "legal/DPA.md": "legal/dpa.md"